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

Наследование: System.Windows.Forms.Design.ControlDesigner
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

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

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

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
Результат void