Method | Description | |
---|---|---|
FindDockingWorkspace ( string uniqueName ) : |
Find a workspace element by searching the hierarchy.
|
|
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.
|
|
HideAllPages ( ) : void |
Hide all display elements of all pages.
|
|
HidePage ( |
Hide all display elements of the provided page.
|
|
HidePage ( string uniqueName ) : void |
Hide all display elements of the provided page.
|
|
HidePages ( |
Hide all display elements of the provided pages.
|
|
HidePages ( string uniqueNames ) : void |
Hide all display elements of the provided pages.
|
|
KryptonDockingWorkspace ( string name ) : System |
Initialize a new instance of the KryptonDockingWorkspace class.
|
|
KryptonDockingWorkspace ( string name, string storeName, |
Initialize a new instance of the KryptonDockingWorkspace 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.
|
|
RemoveAllPages ( bool disposePage ) : void |
Remove all pages.
|
|
RemovePage ( string uniqueName, bool disposePage ) : void |
Remove the named page.
|
|
RemovePages ( |
Remove the referenced pages.
|
|
RemovePages ( string uniqueNames, bool disposePage ) : void |
Remove the named pages.
|
|
ShowAllPages ( ) : void |
Show all display elements of all pages.
|
|
ShowPage ( |
Show all display elements of the provided page.
|
|
ShowPage ( string uniqueName ) : void |
Show all display elements of the provided page.
|
|
ShowPages ( |
Show all display elements of the provided pages.
|
|
ShowPages ( string uniqueNames ) : void |
Show all display elements of the provided pages.
|
Method | Description | |
---|---|---|
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 | |
---|---|---|
OnDockableWorkspaceBeforePageDrag ( object sender, |
public FindDockingWorkspace ( string uniqueName ) : |
||
uniqueName | string | Named page for which a suitable workspace element is required. |
return |
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 HidePage ( |
||
page | Reference to page that should be hidden. | |
return | void |
public HidePage ( string uniqueName ) : void | ||
uniqueName | string | Unique name of the page that should be hidden. |
return | void |
public HidePages ( |
||
pages | Array of references to pages that should be hidden. | |
return | void |
public HidePages ( string uniqueNames ) : void | ||
uniqueNames | string | Array of unique names of the pages that should be hidden. |
return | void |
public KryptonDockingWorkspace ( string name ) : System | ||
name | string | Initial name of the element. |
return | System |
public KryptonDockingWorkspace ( string name, string storeName, |
||
name | string | Initial name of the element. |
storeName | string | Name to use for storage pages. |
workspace | Reference to workspace to manage. | |
return | System |
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 |
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 |
public RemoveAllPages ( bool disposePage ) : void | ||
disposePage | bool | Should the page be disposed when removed. |
return | void |
public RemovePage ( string uniqueName, bool disposePage ) : void | ||
uniqueName | string | Unique name of the page that should be removed. |
disposePage | bool | Should the page be disposed when removed. |
return | void |
public RemovePages ( |
||
pages | Array of references to pages that should be removed. | |
disposePage | bool | Should the page be disposed when removed. |
return | void |
public RemovePages ( string uniqueNames, bool disposePage ) : void | ||
uniqueNames | string | Array of unique names of the pages that should be removed. |
disposePage | bool | Should the page be disposed when removed. |
return | void |
public ShowPage ( |
||
page | Reference to page that should be shown. | |
return | void |
public ShowPage ( string uniqueName ) : void | ||
uniqueName | string | Unique name of the page that should be shown. |
return | void |
public ShowPages ( |
||
pages | Array of references to pages that should be shown. | |
return | void |
public ShowPages ( string uniqueNames ) : void | ||
uniqueNames | string | Array of unique names of the pages that should be shown. |
return | void |