C# Class ComponentFactory.Krypton.Docking.KryptonAutoHiddenGroup

Inheritance: ComponentFactory.Krypton.Navigator.KryptonNavigator
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnStoringPage ( UniqueNameEventArgs e ) : void

Raises the StoringPage event.

OnTabCountChanged ( EventArgs e ) : void

Raises the TabCountChanged event.

Method Details

KryptonAutoHiddenGroup() public méthode

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

OnStoringPage() protected méthode

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

OnTabCountChanged() protected méthode

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

RestorePages() public méthode

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

StoreAllPages() public méthode

Convert all pages into store placeholders.
public StoreAllPages ( ) : void
Résultat void

StorePages() public méthode

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