Method | Description | |
---|---|---|
AppendAutoHiddenGroup ( ) : |
Create and add a new auto hidden group instance to the correct edge of the owning control.
|
|
AppendAutoHiddenGroup ( string name ) : |
Create and add a new auto hidden group instance to the correct edge of the owning control.
|
|
FindDockingEdgeAutoHidden ( string uniqueName ) : |
Find a edge auto hidden element by searching the hierarchy.
|
|
InsertAutoHiddenGroup ( int index ) : |
Create and insert a new auto hidden group instance to the correct edge of the owning control.
|
|
InsertAutoHiddenGroup ( int index, string name ) : |
Create and insert a new auto hidden group instance to the correct edge of the owning control.
|
|
KryptonDockingEdgeAutoHidden ( string name, |
Initialize a new instance of the KryptonDockingEdgeAutoHidden class.
|
|
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.
|
|
SlidePageOut ( |
Slide the specified page into view and optionally select.
|
|
SlidePageOut ( string uniqueName, bool select ) : void |
Slide the specified page into view and optionally select.
|
Method | Description | |
---|---|---|
LoadChildDockingElement ( XmlReader xmlReader, KryptonPageCollection pages, IDockingElement child ) : void |
Perform docking element specific actions for loading a child xml.
|
Method | Description | |
---|---|---|
CreateAndInsertAutoHiddenGroup ( int index, string name ) : |
||
FindMovementRect ( |
||
OnDockingAutoHiddenGroupClicked ( object sender, KryptonPageEventArgs e ) : void | ||
OnDockingAutoHiddenGroupDisposed ( object sender, |
||
OnDockingAutoHiddenGroupHoverEnd ( object sender, |
||
OnDockingAutoHiddenGroupHoverStart ( object sender, KryptonPageEventArgs e ) : void | ||
OnPanelDisposed ( object sender, |
||
OnSlidePanelAutoHiddenShowingStateChanged ( object sender, |
||
OnSlidePanelDisposed ( object sender, |
||
OnSlidePanelPageAutoHiddenClicked ( object sender, |
||
OnSlidePanelPageCloseClicked ( object sender, |
||
OnSlidePanelPageDropDownClicked ( object sender, |
||
OnSlidePanelSeparatorMoveRect ( object sender, |
||
OnSlidePanelSeparatorMoved ( object sender, System.Windows.Forms.SplitterEventArgs e ) : void | ||
OnSlidePanelSeparatorMoving ( object sender, System.Windows.Forms.SplitterCancelEventArgs e ) : void |
public AppendAutoHiddenGroup ( ) : |
||
return |
public AppendAutoHiddenGroup ( string name ) : |
||
name | string | Initial name of the group element. |
return |
public FindDockingEdgeAutoHidden ( string uniqueName ) : |
||
uniqueName | string | Named page for which a suitable auto hidden edge element is required. |
return |
public InsertAutoHiddenGroup ( int index ) : |
||
index | int | Insertion index. |
return |
public InsertAutoHiddenGroup ( int index, string name ) : |
||
index | int | Insertion index. |
name | string | Initial name of the group element. |
return |
public KryptonDockingEdgeAutoHidden ( string name, |
||
name | string | Initial name of the element. |
control | Reference to control that is being managed. | |
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 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 SlidePageOut ( |
||
page | Page to slide into view. | |
select | bool | True to select the page; otherwise false. |
return | void |
public SlidePageOut ( string uniqueName, bool select ) : void | ||
uniqueName | string | Name of page to slide into view. |
select | bool | True to select the page; otherwise false. |
return | void |