Property | Type | Description | |
---|---|---|---|
CreateControlsInstance | |||
DesignAbortMoving | void | ||
DesignGetHitTest | |||
DesignMouseDown | bool | ||
DesignMouseEnter | void | ||
DesignMouseLeave | void | ||
DesignMouseMove | void | ||
DesignMouseUp | void | ||
ResetContainerBackStyle | void | ||
ResetSeparatorStyle | void | ||
SeparatorMoved | void | ||
SeparatorMoving | bool | ||
SeparatorNotMoved | void | ||
SetStyles | void | ||
ShouldSerializeContainerBackStyle | bool | ||
ShouldSerializeSeparatorStyle | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeStatePressed | bool | ||
ShouldSerializeStateTracking | bool |
Method | Description | |
---|---|---|
KryptonSplitContainer ( ) : System |
Initialize a new instance of the KryptonSplitContainer class.
|
|
SetFixedState ( PaletteState stateSplit, PaletteState stateSeparator ) : void |
Fix the control to a particular palette state.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ForceControlLayout ( ) : void |
Force the layout logic to size and position the panels.
|
|
OnAutoSizeChanged ( |
Raises the AutoSizeChanged event.
|
|
OnBackgroundImageChanged ( |
Raises the BackgroundImageChanged event.
|
|
OnBackgroundImageLayoutChanged ( |
Raises the BackgroundImageLayoutChanged event.
|
|
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void |
Raises the ControlAdded event.
|
|
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void |
Raises the ControlRemoved event.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnInitialized ( |
Raises the Initialized event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
OnResize ( |
Raises the Resize event.
|
|
OnSplitterMoved ( System.Windows.Forms.SplitterEventArgs e ) : void |
Raises the SplitterMoved event.
|
|
OnSplitterMoving ( System.Windows.Forms.SplitterCancelEventArgs e ) : void |
Raises the SplitterMoving event.
|
Method | Description | |
---|---|---|
CreateControlsInstance ( ) : |
||
DesignAbortMoving ( ) : void | ||
DesignGetHitTest ( Point pt ) : |
||
DesignMouseDown ( Point pt, MouseButtons button ) : bool | ||
DesignMouseEnter ( ) : void | ||
DesignMouseLeave ( ) : void | ||
DesignMouseMove ( Point pt ) : void | ||
DesignMouseUp ( MouseButtons button ) : void | ||
ResetContainerBackStyle ( ) : void | ||
ResetSeparatorStyle ( ) : void | ||
SeparatorMoved ( Point mouse, Point splitter ) : void | ||
SeparatorMoving ( Point mouse, Point splitter ) : bool | ||
SeparatorNotMoved ( ) : void | ||
SetStyles ( SeparatorStyle separatorStyle ) : void | ||
ShouldSerializeContainerBackStyle ( ) : bool | ||
ShouldSerializeSeparatorStyle ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeStatePressed ( ) : bool | ||
ShouldSerializeStateTracking ( ) : bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnAutoSizeChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnBackgroundImageChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnBackgroundImageLayoutChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | An ControlEventArgs containing the event data. |
return | void |
protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | An ControlEventArgs containing the event data. |
return | void |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains 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 | A LayoutEventArgs that contains the event data. |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data. |
return | void |
protected OnResize ( |
||
e | An EventArgs that contains the event data. | |
return | void |
protected OnSplitterMoved ( System.Windows.Forms.SplitterEventArgs e ) : void | ||
e | System.Windows.Forms.SplitterEventArgs | A SplitterEventArgs containing the event data. |
return | void |
protected OnSplitterMoving ( System.Windows.Forms.SplitterCancelEventArgs e ) : void | ||
e | System.Windows.Forms.SplitterCancelEventArgs | A SplitterEventArgs containing the event data. |
return | void |
public SetFixedState ( PaletteState stateSplit, PaletteState stateSeparator ) : void | ||
stateSplit | PaletteState | Palette state to fix against the split container. |
stateSeparator | PaletteState | Palette state to fix against the separator. |
return | void |