Property | Type | Description |
---|
Method | Description | |
---|---|---|
KryptonGroupPanel ( |
Initialize a new instance of the KryptonGroupPanel class.
|
Method | Description | |
---|---|---|
OnAutoSizeChanged ( |
Raises the AutoSizeChanged event.
|
|
OnDockChanged ( |
Raises the DockChanged event.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnLocationChanged ( |
Raises the LocationChanged event.
|
|
OnTabIndexChanged ( |
Raises the TabIndexChanged event.
|
|
OnTabStopChanged ( |
Raises the TabStopChanged event.
|
|
OnVisibleChanged ( |
Raises the VisibleChanged event.
|
public KryptonGroupPanel ( |
||
alignControl | Container control for alignment. | |
stateCommon | PaletteDoubleRedirect | Common appearance state to inherit from. |
stateDisabled | Disabled appearance state. | |
stateNormal | Normal appearance state. | |
layoutHandler | NeedPaintHandler | Callback delegate for layout processing. |
return | System |
protected OnAutoSizeChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnDockChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs that contains the event data. |
return | void |
protected OnLocationChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnTabIndexChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnTabStopChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnVisibleChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |