Method | Description | |
---|---|---|
CellForPage ( string uniqueName ) : KryptonWorkspaceCell |
Return the workspace cell that contains the named page.
|
|
KryptonDockingFloatingWindow ( string name, |
Initialize a new instance of the KryptonDockingFloatingWindow class.
|
|
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.
|
|
SaveElementToXml ( |
Saves docking configuration information using a provider xml writer.
|
|
SelectPage ( string uniqueName ) : void |
Ensure the provided page is selected within the cell that contains it.
|
Method | Description | |
---|---|---|
LoadDockingElement ( XmlReader xmlReader, KryptonPageCollection pages ) : void |
Perform docking element specific actions based on the loading xml.
|
Method | Description | |
---|---|---|
OnDockingFloatspaceDisposed ( object sender, |
||
OnFloatingWindowCaptionDragging ( object sender, |
||
OnFloatingWindowCloseClicked ( object sender, |
||
OnFloatingWindowDisposed ( object sender, |
public CellForPage ( string uniqueName ) : KryptonWorkspaceCell | ||
uniqueName | string | Unique name for search. |
return | KryptonWorkspaceCell |
public KryptonDockingFloatingWindow ( string name, |
||
name | string | Initial name of the element. |
owner | Reference to form that owns the floating windows. | |
floatspace | Reference to form that will own all the floating window. | |
return | System |
protected LoadDockingElement ( XmlReader xmlReader, KryptonPageCollection pages ) : void | ||
xmlReader | XmlReader | Xml reader object. |
pages | KryptonPageCollection | Collection of available pages. |
return | 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. |
return | void |
public PropogateDragTargets ( |
||
floatingWindow | Reference to window being dragged. | |
dragData | Set of pages being dragged. | |
targets | DragTargetList | Collection of drag targets. |
return | void |
public SaveElementToXml ( |
||
xmlWriter | Xml writer object. | |
return | void |
public SelectPage ( string uniqueName ) : void | ||
uniqueName | string | Unique name to be selected. |
return | void |