Method | Description | |
---|---|---|
FindPageElement ( string uniqueName ) : IDockingElement |
Find the docking element that contains the named page.
|
|
FindPageLocation ( string uniqueName ) : DockingLocation |
Find the docking location of the named page.
|
|
FindStorePageElement ( DockingLocation location, string uniqueName ) : IDockingElement |
Find the docking element that contains the location specific store page for the named page.
|
|
KryptonDockingFloatspace ( string name ) : System |
Initialize a new instance of the KryptonDockingFloatspace class.
|
|
LoadElementFromXml ( XmlReader xmlReader, KryptonPageCollection pages ) : void |
Loads docking configuration information using a provider xml reader.
|
|
PropogateDragTargets ( |
Propogates a request for drag targets down the hierarchy of docking elements.
|
Method | Description | |
---|---|---|
OnSpaceCellPageInserting ( object sender, KryptonPageEventArgs e ) : void |
Occurs when a page is added to a cell in the workspace.
|
|
RaiseCellAdding ( KryptonWorkspaceCell cell ) : void |
Raises the type specific cell adding event determinated by the derived class.
|
|
RaiseCellRemoved ( KryptonWorkspaceCell cell ) : void |
Raises the type specific cell removed event determinated by the derived class.
|
|
RaiseRemoved ( ) : void |
Raises the type specific space control removed event determinated by the derived class.
|
|
RaiseSpacePageDrop ( object sender, |
Occurs when a page is dropped on the control.
|
Method | Description | |
---|---|---|
OnFloatspaceBeforePageDrag ( object sender, |
||
OnFloatspaceDropDownClicked ( object sender, |
||
OnFloatspacePageCloseClicked ( object sender, |
||
OnFloatspacePagesDoubleClicked ( object sender, |
public FindPageElement ( string uniqueName ) : IDockingElement | ||
uniqueName | string | Unique name of the page. |
return | IDockingElement |
public FindPageLocation ( string uniqueName ) : DockingLocation | ||
uniqueName | string | Unique name of the page. |
return | DockingLocation |
public FindStorePageElement ( DockingLocation location, string uniqueName ) : IDockingElement | ||
location | DockingLocation | Location to be searched. |
uniqueName | string | Unique name of the page to be found. |
return | IDockingElement |
public KryptonDockingFloatspace ( string name ) : System | ||
name | string | Initial name of the element. |
return | System |
public LoadElementFromXml ( XmlReader xmlReader, KryptonPageCollection pages ) : void | ||
xmlReader | XmlReader | Xml reader object. |
pages | KryptonPageCollection | Collection of available pages for adding. |
return | void |
protected OnSpaceCellPageInserting ( object sender, KryptonPageEventArgs e ) : void | ||
sender | object | Source of the event. |
e | KryptonPageEventArgs | A KryptonPageEventArgs containing the event data. |
return | void |
public PropogateDragTargets ( |
||
floatingWindow | Reference to window being dragged. | |
dragData | Set of pages being dragged. | |
targets | DragTargetList | Collection of drag targets. |
return | void |
protected RaiseCellAdding ( KryptonWorkspaceCell cell ) : void | ||
cell | KryptonWorkspaceCell | Referecence to new cell being added. |
return | void |
protected RaiseCellRemoved ( KryptonWorkspaceCell cell ) : void | ||
cell | KryptonWorkspaceCell | Referecence to an existing cell being removed. |
return | void |
protected RaiseSpacePageDrop ( object sender, |
||
sender | object | Source of the event. |
e | A PageDropEventArgs containing the event data. | |
return | void |