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

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

Private Properties

프로퍼티 타입 설명
CreateControlsInstance System.Windows.Forms.Control.ControlCollection
OnGroupPanelPaint void
ResetGroupBackStyle void
ResetGroupBorderStyle void
ShouldSerializeGroupBackStyle bool
ShouldSerializeGroupBorderStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

공개 메소드들

메소드 설명
GetPreferredSize ( Size proposedSize ) : Size

Get the preferred size of the control based on a proposed size.

KryptonGroup ( ) : System

Initialize a new instance of the KryptonGroup class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

보호된 메소드들

메소드 설명
ForceControlLayout ( ) : void

Force the layout logic to size and position the panels.

OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnHandleCreated ( EventArgs e ) : void

Raises the HandleCreated event.

OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Processes a notification from palette storage of a paint and optional layout required.

OnResize ( EventArgs e ) : void

Raises the Resize event.

비공개 메소드들

메소드 설명
CreateControlsInstance ( ) : Control.ControlCollection
OnGroupPanelPaint ( object sender, NeedLayoutEventArgs e ) : void
ResetGroupBackStyle ( ) : void
ResetGroupBorderStyle ( ) : void
ShouldSerializeGroupBackStyle ( ) : bool
ShouldSerializeGroupBorderStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

메소드 상세

ForceControlLayout() 보호된 메소드

Force the layout logic to size and position the panels.
protected ForceControlLayout ( ) : void
리턴 void

GetPreferredSize() 공개 메소드

Get the preferred size of the control based on a proposed size.
public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size Starting size proposed by the caller.
리턴 System.Drawing.Size

KryptonGroup() 공개 메소드

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

OnEnabledChanged() 보호된 메소드

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

OnHandleCreated() 보호된 메소드

Raises the HandleCreated event.
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnInitialized() 보호된 메소드

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

OnLayout() 보호된 메소드

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs An EventArgs that contains the event data.
리턴 void

OnNeedPaint() 보호된 메소드

Processes a notification from palette storage of a paint and optional layout required.
protected OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of notification.
e NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
리턴 void

OnResize() 보호된 메소드

Raises the Resize event.
protected OnResize ( 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