C# Класс ComponentFactory.Krypton.Toolkit.KryptonComboBoxActionList

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

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

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonComboBoxActionList ( KryptonComboBoxDesigner owner ) : System

Initialize a new instance of the KryptonComboBoxActionList class.

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

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

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

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

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