Method | Description | |
---|---|---|
CanParent ( |
Indicates whether the specified control can be a child of the control managed by a designer.
|
|
Initialize ( IComponent component ) : void |
Initializes the designer with the specified component.
|
|
KryptonGalleryDesigner ( ) : System |
Initialize a new instance of the KryptonGalleryDesigner class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources used by the component.
|
Method | Description | |
---|---|---|
OnComponentRemoving ( object sender, |
public CanParent ( |
||
control | The Control to test. | |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate the designer with. |
return | void |