Method | Description | |
---|---|---|
AddFloatingWindow ( ) : |
Create and add a new floating window.
|
|
AddFloatingWindow ( string name ) : |
Create and add a new floating window.
|
|
FindDockingFloating ( string uniqueName ) : |
Find a floating docking element by searching the hierarchy.
|
|
FloatingWindowForStorePage ( string uniqueName ) : |
Return the floating window element that contains a placeholder for the named page.
|
|
KryptonDockingFloating ( string name, |
Initialize a new instance of the KryptonDockingFloating class.
|
Method | Description | |
---|---|---|
LoadChildDockingElement ( XmlReader xmlReader, KryptonPageCollection pages, IDockingElement child ) : void |
Perform docking element specific actions for loading a child xml.
|
Method | Description | |
---|---|---|
CreateFloatingWindow ( string name ) : |
||
OnDockingFloatingWindowDisposed ( object sender, |
public AddFloatingWindow ( ) : |
||
return |
public AddFloatingWindow ( string name ) : |
||
name | string | Initial name of the dockspace element. |
return |
public FindDockingFloating ( string uniqueName ) : |
||
uniqueName | string | Named page for which a suitable floating element is required. |
return |
public FloatingWindowForStorePage ( string uniqueName ) : |
||
uniqueName | string | Unique name for search. |
return |
public KryptonDockingFloating ( string name, |
||
name | string | Initial name of the element. |
ownerForm | Reference to form that will own all the floating windows. | |
return | System |
protected LoadChildDockingElement ( XmlReader xmlReader, KryptonPageCollection pages, IDockingElement child ) : void | ||
xmlReader | XmlReader | Xml reader object. |
pages | KryptonPageCollection | Collection of available pages. |
child | IDockingElement | Optional reference to existing child docking element. |
return | void |