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

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

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

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

Returns the collection of DesignerActionItem objects contained in the list.

KryptonSplitContainerActionList ( KryptonSplitContainerDesigner owner ) : System

Initialize a new instance of the KryptonSplitContainerActionList class.

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

Метод Описание
OnOrientationClick ( 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

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

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