C# Class ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemDesigner

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

Public Methods

Method Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases all resources used by the component.

Private Methods

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

Method Details

Dispose() protected method

Releases all resources used by the component.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

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