C# Class ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownColumnDesigner

Inheritance: System.ComponentModel.Design.ComponentDesigner
Mostra file Open project: Cocotteseb/Krypton

Public Methods

Method Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

Private Methods

Method Description
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void

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