Свойство | Type | Description | |
---|---|---|---|
DesignAbortMoving | void | ||
DesignGetHitTest | |||
DesignMouseDown | bool | ||
DesignMouseEnter | void | ||
DesignMouseLeave | void | ||
DesignMouseMove | void | ||
DesignMouseUp | void | ||
OnRedrawTick | void | ||
ResetContainerBackStyle | void | ||
ResetSeparatorStyle | void | ||
SeparatorMoved | void | ||
SeparatorMoving | bool | ||
SeparatorNotMoved | void | ||
ShouldSerializeContainerBackStyle | bool | ||
ShouldSerializeSeparatorStyle | bool | ||
ShouldSerializeStateCommon | bool | ||
ShouldSerializeStateDisabled | bool | ||
ShouldSerializeStateNormal | bool | ||
ShouldSerializeStatePressed | bool | ||
ShouldSerializeStateTracking | bool | ||
UpdateSize | void |
Méthode | Description | |
---|---|---|
KryptonSeparator ( ) : System |
Initialize a new instance of the KryptonSeparator class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnAutoSizeChanged ( |
Raises the AutoSizeChanged event.
|
|
OnBackgroundImageChanged ( |
Raises the BackgroundImageChanged event.
|
|
OnBackgroundImageLayoutChanged ( |
Raises the BackgroundImageLayoutChanged event.
|
|
OnControlAdded ( ControlEventArgs e ) : void |
Raises the ControlAdded event.
|
|
OnControlRemoved ( ControlEventArgs e ) : void |
Raises the ControlRemoved event.
|
|
OnDockChanged ( EventArgs e ) : void |
Raises the DockChanged event.
|
|
OnEnabledChanged ( EventArgs e ) : void |
Raises the EnabledChanged event.
|
|
OnInitialized ( EventArgs e ) : void |
Raises the Initialized event.
|
|
OnSplitterMoveRect ( SplitterMoveRectMenuArgs e ) : void |
Raises the SplitterMoveRect event.
|
|
OnSplitterMoved ( SplitterEventArgs e ) : void |
Raises the SplitterMoved event.
|
|
OnSplitterMoving ( SplitterCancelEventArgs e ) : void |
Raises the SplitterMoving event.
|
|
OnSplitterNotMoved ( EventArgs e ) : void |
Raises the SplitterNotMoved event.
|
Méthode | Description | |
---|---|---|
DesignAbortMoving ( ) : void | ||
DesignGetHitTest ( Point pt ) : |
||
DesignMouseDown ( Point pt, MouseButtons button ) : bool | ||
DesignMouseEnter ( ) : void | ||
DesignMouseLeave ( ) : void | ||
DesignMouseMove ( Point pt ) : void | ||
DesignMouseUp ( MouseButtons button ) : void | ||
OnRedrawTick ( object sender, EventArgs e ) : void | ||
ResetContainerBackStyle ( ) : void | ||
ResetSeparatorStyle ( ) : void | ||
SeparatorMoved ( Point mouse, Point splitter ) : void | ||
SeparatorMoving ( Point mouse, Point splitter ) : bool | ||
SeparatorNotMoved ( ) : void | ||
ShouldSerializeContainerBackStyle ( ) : bool | ||
ShouldSerializeSeparatorStyle ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeStatePressed ( ) : bool | ||
ShouldSerializeStateTracking ( ) : bool | ||
UpdateSize ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected OnAutoSizeChanged ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnBackgroundImageChanged ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnBackgroundImageLayoutChanged ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnControlAdded ( ControlEventArgs e ) : void | ||
e | ControlEventArgs | An ControlEventArgs containing the event data. |
Résultat | void |
protected OnControlRemoved ( ControlEventArgs e ) : void | ||
e | ControlEventArgs | An ControlEventArgs containing the event data. |
Résultat | void |
protected OnDockChanged ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs that contains the event data. |
Résultat | void |
protected OnEnabledChanged ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs that contains the event data. |
Résultat | void |
protected OnInitialized ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs that contains the event data. |
Résultat | void |
protected OnSplitterMoveRect ( SplitterMoveRectMenuArgs e ) : void | ||
e | SplitterMoveRectMenuArgs | A SplitterMoveRectMenuArgs containing the event data. |
Résultat | void |
protected OnSplitterMoved ( SplitterEventArgs e ) : void | ||
e | SplitterEventArgs | A SplitterEventArgs containing the event data. |
Résultat | void |
protected OnSplitterMoving ( SplitterCancelEventArgs e ) : void | ||
e | SplitterCancelEventArgs | A SplitterEventArgs containing the event data. |
Résultat | void |
protected OnSplitterNotMoved ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs containing the event data. |
Résultat | void |