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

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

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

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonPaletteActionList ( KryptonPaletteDesigner owner ) : System

Initialize a new instance of the KryptonPaletteActionList class.

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

Метод Описание
OnExportClick ( object sender, EventArgs e ) : void
OnImportClick ( object sender, EventArgs e ) : void
OnPopulateClick ( object sender, EventArgs e ) : void
OnResetClick ( object sender, EventArgs e ) : void

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

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

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

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

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