C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteButtonSpecs

Overrides for defining button specifications.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
KryptonPaletteButtonSpecs System
ShouldSerializeArrowDown bool
ShouldSerializeArrowLeft bool
ShouldSerializeArrowRight bool
ShouldSerializeArrowUp bool
ShouldSerializeClose bool
ShouldSerializeCommon bool
ShouldSerializeContext bool
ShouldSerializeDropDown bool
ShouldSerializeFormClose bool
ShouldSerializeFormMax bool
ShouldSerializeFormMin bool
ShouldSerializeFormRestore bool
ShouldSerializeGeneric bool
ShouldSerializeNext bool
ShouldSerializePendantClose bool
ShouldSerializePendantMin bool
ShouldSerializePendantRestore bool
ShouldSerializePinHorizontal bool
ShouldSerializePinVertical bool
ShouldSerializePrevious bool
ShouldSerializeRibbonExpand bool
ShouldSerializeRibbonMinimize bool
ShouldSerializeWorkspaceMaximize bool
ShouldSerializeWorkspaceRestore bool

Méthodes publiques

Méthode Description
PopulateFromBase ( ) : void

Populate values from the base palette.

Méthodes protégées

Méthode Description
OnButtonSpecChanged ( object sender, EventArgs e ) : void

Raises the ButtonSpecChanged event.

Private Methods

Méthode Description
KryptonPaletteButtonSpecs ( PaletteRedirect redirector ) : System

Initialize a new instance of the KryptonPaletteButtonSpecs class.

ShouldSerializeArrowDown ( ) : bool
ShouldSerializeArrowLeft ( ) : bool
ShouldSerializeArrowRight ( ) : bool
ShouldSerializeArrowUp ( ) : bool
ShouldSerializeClose ( ) : bool
ShouldSerializeCommon ( ) : bool
ShouldSerializeContext ( ) : bool
ShouldSerializeDropDown ( ) : bool
ShouldSerializeFormClose ( ) : bool
ShouldSerializeFormMax ( ) : bool
ShouldSerializeFormMin ( ) : bool
ShouldSerializeFormRestore ( ) : bool
ShouldSerializeGeneric ( ) : bool
ShouldSerializeNext ( ) : bool
ShouldSerializePendantClose ( ) : bool
ShouldSerializePendantMin ( ) : bool
ShouldSerializePendantRestore ( ) : bool
ShouldSerializePinHorizontal ( ) : bool
ShouldSerializePinVertical ( ) : bool
ShouldSerializePrevious ( ) : bool
ShouldSerializeRibbonExpand ( ) : bool
ShouldSerializeRibbonMinimize ( ) : bool
ShouldSerializeWorkspaceMaximize ( ) : bool
ShouldSerializeWorkspaceRestore ( ) : bool

Method Details

OnButtonSpecChanged() protected méthode

Raises the ButtonSpecChanged event.
protected OnButtonSpecChanged ( object sender, EventArgs e ) : void
sender object Source of the event.
e System.EventArgs An EventArgs containing event data.
Résultat void

PopulateFromBase() public méthode

Populate values from the base palette.
public PopulateFromBase ( ) : void
Résultat void