Method | Description | |
---|---|---|
Append ( |
Add a KryptonPage to the end of the auto hidden group.
|
|
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.
|
|
KryptonDockingAutoHiddenGroup ( string name, DockingEdge edge ) : System |
Initialize a new instance of the KryptonDockingAutoHiddenGroup 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.
|
|
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.
|
|
VisiblePages ( ) : ComponentFactory.Krypton.Navigator.KryptonPage[] |
Return an array of the visible pages that are inside the auto hidden group.
|
Method | Description | |
---|---|---|
LoadChildDockingElement ( XmlReader xmlReader, KryptonPageCollection pages, IDockingElement child ) : void |
Perform docking element specific actions for loading a child xml.
|
|
OnPageClicked ( KryptonPageEventArgs e ) : void |
Raises the PageClicked event.
|
|
OnPageHoverEnd ( |
Raises the PageHoverEnd event.
|
|
OnPageHoverStart ( KryptonPageEventArgs e ) : void |
Raises the PageHoverStart event.
|
Method | Description | |
---|---|---|
AppendPagesToControl ( |
||
OnAutoHiddenGroupDisposed ( object sender, |
||
OnAutoHiddenGroupHoverEnd ( object sender, |
||
OnAutoHiddenGroupHoverStart ( object sender, KryptonPageEventArgs e ) : void | ||
OnAutoHiddenGroupStoringPage ( object sender, |
||
OnAutoHiddenGroupTabClicked ( object sender, KryptonPageEventArgs e ) : void | ||
OnAutoHiddenGroupTabVisibleCountChanged ( object sender, |
public Append ( |
||
page | KryptonPage to be added. | |
return | void |
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 KryptonDockingAutoHiddenGroup ( string name, DockingEdge edge ) : System | ||
name | string | Initial name of the element. |
edge | DockingEdge | Docking edge being managed. |
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 |
public LoadElementFromXml ( XmlReader xmlReader, KryptonPageCollection pages ) : void | ||
xmlReader | XmlReader | Xml reader object. |
pages | KryptonPageCollection | Collection of available pages for adding. |
return | void |
protected OnPageClicked ( KryptonPageEventArgs e ) : void | ||
e | KryptonPageEventArgs | An KryptonPageEventArgs containing the event data. |
return | void |
protected OnPageHoverEnd ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnPageHoverStart ( KryptonPageEventArgs e ) : void | ||
e | KryptonPageEventArgs | An 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 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 |
public SaveElementToXml ( |
||
xmlWriter | Xml writer object. | |
return | void |
public VisiblePages ( ) : ComponentFactory.Krypton.Navigator.KryptonPage[] | ||
return | ComponentFactory.Krypton.Navigator.KryptonPage[] |