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

상속: VisualPanel
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Construct void
ResetPanelBackStyle void
ShouldSerializePanelBackStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

공개 메소드들

메소드 설명
KryptonPanel ( ) : System

Initialize a new instance of the KryptonPanel class.

KryptonPanel ( PaletteDoubleRedirect stateCommon, PaletteDouble stateDisabled, PaletteDouble stateNormal ) : System

Initialize a new instance of the KryptonPanel class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

보호된 메소드들

메소드 설명
OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

비공개 메소드들

메소드 설명
Construct ( ) : void
ResetPanelBackStyle ( ) : void
ShouldSerializePanelBackStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

메소드 상세

KryptonPanel() 공개 메소드

Initialize a new instance of the KryptonPanel class.
public KryptonPanel ( ) : System
리턴 System

KryptonPanel() 공개 메소드

Initialize a new instance of the KryptonPanel class.
public KryptonPanel ( PaletteDoubleRedirect stateCommon, PaletteDouble stateDisabled, PaletteDouble stateNormal ) : System
stateCommon PaletteDoubleRedirect Common appearance state to inherit from.
stateDisabled PaletteDouble Disabled appearance state.
stateNormal PaletteDouble Normal appearance state.
리턴 System

OnEnabledChanged() 보호된 메소드

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
리턴 void

SetFixedState() 공개 메소드

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
리턴 void