C# Класс ComponentFactory.Krypton.Ribbon.KryptonRibbonActionList

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

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

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonRibbonActionList ( KryptonRibbonDesigner owner ) : System

Initialize a new instance of the KryptonRibbonActionList class.

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

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

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

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

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