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

Наследование: System.ComponentModel.Design.DesignerActionList
Показать файл Открыть проект

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

Метод Описание
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Returns the collection of DesignerActionItem objects contained in the list.

KryptonPageActionList ( KryptonPageDesigner owner ) : System

Initialize a new instance of the KryptonPageActionList class.

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

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

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

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

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