Méthode | 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.
|
|
KryptonDockingDockspace ( string name, DockingEdge edge, |
Initialize a new instance of the KryptonDockingDockspace class.
|
|
LoadElementFromXml ( XmlReader xmlReader, KryptonPageCollection pages ) : void |
Loads docking configuration information using a provider xml reader.
|
|
PropogateAction ( DockingPropogateAction action, int value ) : void |
Propogates an action request down the hierarchy of docking elements.
|
|
PropogateDragTargets ( |
Propogates a request for drag targets down the hierarchy of docking elements.
|
|
PropogateIntState ( DockingPropogateIntState state, int &value ) : void |
Propogates an integer state request down the hierarchy of docking elements.
|
|
SaveElementToXml ( |
Saves docking configuration information using a provider xml writer.
|
Méthode | Description | |
---|---|---|
OnHasNoVisibleCells ( |
Raises the HasNoVisibleCells event.
|
|
OnHasVisibleCells ( |
Raises the HasVisibleCells event.
|
|
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.
|
Méthode | Description | |
---|---|---|
OnDockspaceBeforePageDrag ( object sender, |
||
OnDockspaceCellCountChanged ( object sender, |
||
OnDockspaceCellVisibleCountChanged ( object sender, |
||
OnDockspaceDropDownClicked ( object sender, |
||
OnDockspacePageAutoHiddenClicked ( object sender, |
||
OnDockspacePageCloseClicked ( object sender, |
||
OnDockspacePagesDoubleClicked ( object sender, |
public FindPageElement ( string uniqueName ) : IDockingElement | ||
uniqueName | string | Unique name of the page. |
Résultat | IDockingElement |
public FindPageLocation ( string uniqueName ) : DockingLocation | ||
uniqueName | string | Unique name of the page. |
Résultat | DockingLocation |
public FindStorePageElement ( DockingLocation location, string uniqueName ) : IDockingElement | ||
location | DockingLocation | Location to be searched. |
uniqueName | string | Unique name of the page to be found. |
Résultat | IDockingElement |
public KryptonDockingDockspace ( string name, DockingEdge edge, |
||
name | string | Initial name of the element. |
edge | DockingEdge | Docking edge this dockspace is against. |
size | Initial size of the dockspace. | |
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 |
protected OnHasNoVisibleCells ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnHasVisibleCells ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
public PropogateAction ( DockingPropogateAction action, int value ) : void | ||
action | DockingPropogateAction | Action that is requested to be performed. |
value | int | Integer value associated with the request. |
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 |
public PropogateIntState ( DockingPropogateIntState state, int &value ) : void | ||
state | DockingPropogateIntState | Integer state that is requested to be recovered. |
value | int | Value discovered from matching |
Résultat | void |
protected RaiseCellAdding ( KryptonWorkspaceCell cell ) : void | ||
cell | KryptonWorkspaceCell | Referecence to new cell being added. |
Résultat | void |
protected RaiseCellRemoved ( KryptonWorkspaceCell cell ) : void | ||
cell | KryptonWorkspaceCell | Referecence to an existing cell being removed. |
Résultat | void |
protected RaiseSpacePageDrop ( object sender, |
||
sender | object | Source of the event. |
e | A PageDropEventArgs containing the event data. | |
Résultat | void |
public SaveElementToXml ( |
||
xmlWriter | Xml writer object. | |
Résultat | void |