EditorPartDesigner.Initialize(IComponent) Método
Definição
Associa o designer ao controle EditorPart associado.Binds the designer to the associated EditorPart control.
public:
override void Initialize(System::ComponentModel::IComponent ^ component);
public override void Initialize (System.ComponentModel.IComponent component);
override this.Initialize : System.ComponentModel.IComponent -> unit
Public Overrides Sub Initialize (component As IComponent)
Parâmetros
- component
- IComponent
O controle EditorPart associado ao designer.The EditorPart control associated with the designer.