C# Class ComponentFactory.Krypton.Toolkit.KryptonTreeViewDesigner

Inheritance: System.Windows.Forms.Design.ControlDesigner
Mostra file Open project: Cocotteseb/Krypton Class Usage Examples

Public Methods

Method Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

Method Details

Initialize() public method

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
return void