C# Класс ComponentFactory.Krypton.Docking.KryptonDockingEdge

Наследование: DockingElementClosedCollection
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
KryptonDockingEdge ( string name, Control control, DockingEdge edge ) : System

Initialize a new instance of the KryptonDockingEdge class.

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

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

Initialize a new instance of the KryptonDockingEdge class.
public KryptonDockingEdge ( string name, Control control, DockingEdge edge ) : System
name string Initial name of the element.
control System.Windows.Forms.Control Reference to control that is being managed.
edge DockingEdge Docking edge being managed.
Результат System