Метод | Описание | |
---|---|---|
Initialize ( IComponent component ) : void |
Initializes the designer with the specified component.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources used by the component.
|
Метод | Описание | |
---|---|---|
OnComponentRemoving ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Результат | void |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate the designer with. |
Результат | void |