C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckedListBoxDesigner

Inheritance: System.Windows.Forms.Design.ControlDesigner
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

Method Details

Initialize() public méthode

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