C# Class ComponentFactory.Krypton.Navigator.KryptonNavigatorActionList

Designer time action list for the navigator.
Inheritance: System.ComponentModel.Design.DesignerActionList
Show file Open project: ComponentFactory/Krypton

Public Methods

Method 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

Method 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 method

Add a new page to the navigator.
public AddPage ( ) : void
return void

ClearPages() public method

Remove all pages from the navigator.
public ClearPages ( ) : void
return void

GetSortedActionItems() public method

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

KryptonNavigatorActionList() public method

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

RemovePage() public method

Remove the current page from the navigator.
public RemovePage ( ) : void
return void