C# Класс ComponentFactory.Krypton.Navigator.KryptonNavigatorActionList

Designer time action list for the navigator.
Наследование: System.ComponentModel.Design.DesignerActionList
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

AddPage() публичный Метод

Add a new page to the navigator.
public AddPage ( ) : void
Результат void

ClearPages() публичный Метод

Remove all pages from the navigator.
public ClearPages ( ) : void
Результат void

GetSortedActionItems() публичный Метод

Returns the collection of DesignerActionItem objects contained in the list.
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
Результат System.ComponentModel.Design.DesignerActionItemCollection

KryptonNavigatorActionList() публичный Метод

Initialize a new instance of the KryptonNavigatorActionList class.
public KryptonNavigatorActionList ( KryptonNavigatorDesigner owner ) : System
owner KryptonNavigatorDesigner Designer that owns this action list instance.
Результат System

RemovePage() публичный Метод

Remove the current page from the navigator.
public RemovePage ( ) : void
Результат void