Property | Type | Description | |
---|---|---|---|
CreateControlsInstance | |||
OnGroupPanelPaint | void | ||
ResetGroupBackStyle | void | ||
ResetGroupBorderStyle | void | ||
ShouldSerializeGroupBackStyle | bool | ||
ShouldSerializeGroupBorderStyle | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool |
Method | Description | |
---|---|---|
GetPreferredSize ( |
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.
|
Method | Description | |
---|---|---|
ForceControlLayout ( ) : void |
Force the layout logic to size and position the panels.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnHandleCreated ( |
Raises the HandleCreated event.
|
|
OnInitialized ( |
Raises the Initialized event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnNeedPaint ( object sender, |
Processes a notification from palette storage of a paint and optional layout required.
|
|
OnResize ( |
Raises the Resize event.
|
Method | Description | |
---|---|---|
CreateControlsInstance ( ) : |
||
OnGroupPanelPaint ( object sender, |
||
ResetGroupBackStyle ( ) : void | ||
ResetGroupBorderStyle ( ) : void | ||
ShouldSerializeGroupBackStyle ( ) : bool | ||
ShouldSerializeGroupBorderStyle ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool |
public GetPreferredSize ( |
||
proposedSize | Starting size proposed by the caller. | |
return |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnHandleCreated ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnInitialized ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | An EventArgs that contains the event data. |
return | void |
protected OnNeedPaint ( object sender, |
||
sender | object | Source of notification. |
e | An NeedLayoutEventArgs containing event data. | |
return | void |
protected OnResize ( |
||
e | An EventArgs that contains the event data. | |
return | void |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
return | void |