Méthode | Description | |
---|---|---|
KryptonDockingControl ( string name, |
Initialize a new instance of the KryptonDockingControl class.
|
|
KryptonDockingControl ( string name, |
Initialize a new instance of the KryptonDockingControl class.
|
|
KryptonDockingControl ( string name, |
Initialize a new instance of the KryptonDockingControl class.
|
|
LoadElementFromXml ( XmlReader xmlReader, KryptonPageCollection pages ) : void |
Loads docking configuration information using a provider xml reader.
|
|
PropogateAction ( DockingPropogateAction action, string uniqueNames ) : void |
Propogates an action request down the hierarchy of docking elements.
|
|
PropogateDragTargets ( |
Propogates a request for drag targets down the hierarchy of docking elements.
|
Méthode | Description | |
---|---|---|
Construct ( |
||
DebugOutput ( string title ) : void | ||
EnforceInnerMinimum ( ) : void | ||
EnforceInnerMinimum ( int remove, Orientation orientation ) : void | ||
OnControlDisposed ( object sender, |
||
OnControlSizeChanged ( object sender, |
||
SubdivideRectangle ( |
public KryptonDockingControl ( string name, |
||
name | string | Initial name of the element. |
control | Reference to control derived instance. | |
Résultat | System |
public KryptonDockingControl ( string name, |
||
name | string | Initial name of the element. |
control | Reference to control derived instance. | |
navigator | KryptonDockingNavigator | Inner space occupied by a KryptonDockingNavigator. |
Résultat | System |
public KryptonDockingControl ( string name, |
||
name | string | Initial name of the element. |
control | Reference to control derived instance. | |
workspace | Inner space occupied by a KryptonDockingNavigator. | |
Résultat | System |
public LoadElementFromXml ( XmlReader xmlReader, KryptonPageCollection pages ) : void | ||
xmlReader | XmlReader | Xml reader object. |
pages | KryptonPageCollection | Collection of available pages for adding. |
Résultat | void |
public PropogateAction ( DockingPropogateAction action, string uniqueNames ) : void | ||
action | DockingPropogateAction | Action that is requested to be performed. |
uniqueNames | string | Array of unique names of the pages the action relates to. |
Résultat | void |
public PropogateDragTargets ( |
||
floatingWindow | Reference to window being dragged. | |
dragData | Set of pages being dragged. | |
targets | DragTargetList | Collection of drag targets. |
Résultat | void |