Method | Description | |
---|---|---|
KryptonAutoHiddenGroup ( DockingEdge edge ) : System |
Initialize a new instance of the KryptonAutoHiddenGroup class.
|
|
RestorePages ( |
Convert matching placeholders into actual pages.
|
|
StoreAllPages ( ) : void |
Convert all pages into store placeholders.
|
|
StorePages ( string uniqueNames ) : void |
Convert the named pages into store placeholders.
|
Method | Description | |
---|---|---|
OnStoringPage ( |
Raises the StoringPage event.
|
|
OnTabCountChanged ( |
Raises the TabCountChanged event.
|
public KryptonAutoHiddenGroup ( DockingEdge edge ) : System | ||
edge | DockingEdge | |
return | System |
protected OnStoringPage ( |
||
e | An StorePageEventArgs containing the event data. | |
return | void |
protected OnTabCountChanged ( |
||
e | An EventArgs containing the event args. | |
return | void |
public RestorePages ( |
||
pages | Array of pages to restore. | |
return | void |
public StorePages ( string uniqueNames ) : void | ||
uniqueNames | string | Array of page names. |
return | void |