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

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

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

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonRadioButtonActionList ( KryptonRadioButtonDesigner owner ) : System

Initialize a new instance of the KryptonRadioButtonActionList class.

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

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

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

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

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