C# Class ComponentFactory.Krypton.Docking.KryptonAutoHiddenGroup

Inheritance: ComponentFactory.Krypton.Navigator.KryptonNavigator
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonAutoHiddenGroup ( DockingEdge edge ) : System

Initialize a new instance of the KryptonAutoHiddenGroup class.

RestorePages ( KryptonPage pages ) : void

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.

Protected Methods

Method Description
OnStoringPage ( UniqueNameEventArgs e ) : void

Raises the StoringPage event.

OnTabCountChanged ( EventArgs e ) : void

Raises the TabCountChanged event.

Method Details

KryptonAutoHiddenGroup() public method

Initialize a new instance of the KryptonAutoHiddenGroup class.
public KryptonAutoHiddenGroup ( DockingEdge edge ) : System
edge DockingEdge
return System

OnStoringPage() protected method

Raises the StoringPage event.
protected OnStoringPage ( UniqueNameEventArgs e ) : void
e UniqueNameEventArgs An StorePageEventArgs containing the event data.
return void

OnTabCountChanged() protected method

Raises the TabCountChanged event.
protected OnTabCountChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
return void

RestorePages() public method

Convert matching placeholders into actual pages.
public RestorePages ( KryptonPage pages ) : void
pages ComponentFactory.Krypton.Navigator.KryptonPage Array of pages to restore.
return void

StoreAllPages() public method

Convert all pages into store placeholders.
public StoreAllPages ( ) : void
return void

StorePages() public method

Convert the named pages into store placeholders.
public StorePages ( string uniqueNames ) : void
uniqueNames string Array of page names.
return void