C# Class ComponentFactory.Krypton.Toolkit.KryptonPaletteButtonSpecs

Overrides for defining button specifications.
Inheritance: Storage
Show file Open project: ComponentFactory/Krypton

Private Properties

Property 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

Public Methods

Method Description
PopulateFromBase ( ) : void

Populate values from the base palette.

Protected Methods

Method Description
OnButtonSpecChanged ( object sender, EventArgs e ) : void

Raises the ButtonSpecChanged event.

Private Methods

Method 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 method

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.
return void

PopulateFromBase() public method

Populate values from the base palette.
public PopulateFromBase ( ) : void
return void