Method | Description | |
---|---|---|
Append ( |
Add a KryptonPage to the currently active cell or create a new cell is no cell is currently active.
|
|
CellAppend ( KryptonWorkspaceCell cell, |
Add a KryptonPage into an existing cell.
|
|
CellForPage ( string uniqueName ) : KryptonWorkspaceCell |
Return the workspace cell that contains the named page.
|
|
CellInsert ( KryptonWorkspaceCell cell, int index, |
Add a KryptonPage array into an existing cell starting at the provided index.
|
|
CellVisiblePages ( string uniqueName ) : ComponentFactory.Krypton.Navigator.KryptonPage[] |
Return an array of the visible pages that are inside the cell that contains the provided unique name.
|
|
KryptonDockingSpace ( string name, string storeName ) : System |
Initialize a new instance of the KryptonDockingSpace class.
|
|
LoadElementFromXml ( XmlReader xmlReader, KryptonPageCollection pages ) : void |
Loads docking configuration information using a provider xml reader.
|
|
PropogateAction ( DockingPropogateAction action, |
Propogates an action request down the hierarchy of docking elements.
|
|
PropogateAction ( DockingPropogateAction action, string uniqueNames ) : void |
Propogates an action request down the hierarchy of docking elements.
|
|
PropogateBoolState ( DockingPropogateBoolState state, string uniqueName ) : bool? |
Propogates a boolean state request down the hierarchy of docking elements.
|
|
PropogateCellList ( DockingPropogateCellList state, KryptonWorkspaceCellList cells ) : void |
Propogates a workspace cell list request down the hierarchy of docking elements.
|
|
PropogatePageList ( DockingPropogatePageList state, KryptonPageCollection pages ) : void |
Propogates a page list request down the hierarchy of docking elements.
|
|
PropogatePageState ( DockingPropogatePageState state, string uniqueName ) : |
Propogates a page request 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.
|
|
UpdateStrings ( ) : void |
Update the strings from the docking manager.
|
Method | Description | |
---|---|---|
LoadDockingElement ( XmlReader xmlReader, KryptonPageCollection pages ) : void |
Perform docking element specific actions based on the loading xml.
|
|
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 | |
---|---|---|
OnSpaceCellAdding ( object sender, |
||
OnSpaceCellRemoved ( object sender, |
||
OnSpaceControlPageLoading ( object sender, |
||
OnSpaceControlPageSaving ( object sender, |
||
OnSpaceControlRecreateLoadingPage ( object sender, |
||
OnSpaceDisposed ( object sender, |
public Append ( |
||
page | KryptonPage to be added. | |
return | void |
public CellAppend ( KryptonWorkspaceCell cell, |
||
cell | KryptonWorkspaceCell | Reference to existing workspace cell. |
page | KryptonPage instance to be added. | |
return | void |
public CellForPage ( string uniqueName ) : KryptonWorkspaceCell | ||
uniqueName | string | Unique name for search. |
return | KryptonWorkspaceCell |
public CellInsert ( KryptonWorkspaceCell cell, int index, |
||
cell | KryptonWorkspaceCell | Reference to existing workspace cell. |
index | int | Index for inserting new pages. |
page | KryptonPage instance to be added. | |
return | void |
public CellVisiblePages ( string uniqueName ) : ComponentFactory.Krypton.Navigator.KryptonPage[] | ||
uniqueName | string | Unique name of page that is inside the target cell. |
return | ComponentFactory.Krypton.Navigator.KryptonPage[] |
public KryptonDockingSpace ( string name, string storeName ) : System | ||
name | string | Initial name of the element. |
storeName | string | Name to use for storage pages. |
return | System |
protected LoadDockingElement ( XmlReader xmlReader, KryptonPageCollection pages ) : void | ||
xmlReader | XmlReader | Xml reader object. |
pages | KryptonPageCollection | Collection of available pages. |
return | void |
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 PropogateAction ( DockingPropogateAction action, |
||
action | DockingPropogateAction | Action that is requested to be performed. |
pages | Array of pages the action relates to. | |
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 PropogateBoolState ( DockingPropogateBoolState state, string uniqueName ) : bool? | ||
state | DockingPropogateBoolState | Boolean state that is requested to be recovered. |
uniqueName | string | Unique name of the page the request relates to. |
return | bool? |
public PropogateCellList ( DockingPropogateCellList state, KryptonWorkspaceCellList cells ) : void | ||
state | DockingPropogateCellList | Request that should result in the cells collection being modified. |
cells | KryptonWorkspaceCellList | Cells collection for modification by the docking elements. |
return | void |
public PropogatePageList ( DockingPropogatePageList state, KryptonPageCollection pages ) : void | ||
state | DockingPropogatePageList | Request that should result in pages collection being modified. |
pages | KryptonPageCollection | Pages collection for modification by the docking elements. |
return | void |
public PropogatePageState ( DockingPropogatePageState state, string uniqueName ) : |
||
state | DockingPropogatePageState | Request that should result in a page reference if found. |
uniqueName | string | Unique name of the page the request relates to. |
return |
protected abstract RaiseCellAdding ( KryptonWorkspaceCell cell ) : void | ||
cell | KryptonWorkspaceCell | Referecence to new cell being added. |
return | void |
protected abstract RaiseCellRemoved ( KryptonWorkspaceCell cell ) : void | ||
cell | KryptonWorkspaceCell | Referecence to an existing cell being removed. |
return | void |
protected abstract RaiseSpacePageDrop ( object sender, |
||
sender | object | Source of the event. |
e | A PageDropEventArgs containing the event data. | |
return | void |
public SaveElementToXml ( |
||
xmlWriter | Xml writer object. | |
return | void |
public SelectPage ( string uniqueName ) : void | ||
uniqueName | string | Unique name to be selected. |
return | void |