C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonPaletteButtonSpecs

Overrides for defining button specifications.
상속: Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
PopulateFromBase ( ) : void

Populate values from the base palette.

보호된 메소드들

메소드 설명
OnButtonSpecChanged ( object sender, EventArgs e ) : void

Raises the ButtonSpecChanged event.

비공개 메소드들

메소드 설명
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

메소드 상세

OnButtonSpecChanged() 보호된 메소드

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.
리턴 void

PopulateFromBase() 공개 메소드

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