C# Class ComponentFactory.Krypton.Navigator.KryptonNavigatorActionList

Designer time action list for the navigator.
Inheritance: System.ComponentModel.Design.DesignerActionList
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
AddPage ( ) : void

Add a new page to the navigator.

ClearPages ( ) : void

Remove all pages from the navigator.

GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Returns the collection of DesignerActionItem objects contained in the list.

KryptonNavigatorActionList ( KryptonNavigatorDesigner owner ) : System

Initialize a new instance of the KryptonNavigatorActionList class.

RemovePage ( ) : void

Remove the current page from the navigator.

Private Methods

Méthode Description
AddBarActions ( System.ComponentModel.Design.DesignerActionItemCollection actions, bool includeBarOrientation, bool checkButton, bool ignore ) : void
AddButtonsActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddConstantActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddGroupActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddHeadersActions ( System.ComponentModel.Design.DesignerActionItemCollection actions, bool includeHeaderPrimary, bool includeHeaderSecondary, bool includeHeaderBar ) : void
AddOutlookActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddPanelActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
AddStackActions ( System.ComponentModel.Design.DesignerActionItemCollection actions ) : void
OnVisibleClick ( object sender, EventArgs e ) : void

Method Details

AddPage() public méthode

Add a new page to the navigator.
public AddPage ( ) : void
Résultat void

ClearPages() public méthode

Remove all pages from the navigator.
public ClearPages ( ) : void
Résultat void

GetSortedActionItems() public méthode

Returns the collection of DesignerActionItem objects contained in the list.
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
Résultat System.ComponentModel.Design.DesignerActionItemCollection

KryptonNavigatorActionList() public méthode

Initialize a new instance of the KryptonNavigatorActionList class.
public KryptonNavigatorActionList ( KryptonNavigatorDesigner owner ) : System
owner KryptonNavigatorDesigner Designer that owns this action list instance.
Résultat System

RemovePage() public méthode

Remove the current page from the navigator.
public RemovePage ( ) : void
Résultat void