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.
|
|
InternalControlDesigner ( int internalControlIndex ) : System.Windows.Forms.Design.ControlDesigner |
Returns the internal control designer with the specified index in the ControlDesigner.
|
|
NumberOfInternalControlDesigners ( ) : int |
Returns the number of internal control designers in the ControlDesigner.
|
public CanParent ( |
||
control | The Control to test. | |
return | bool |
public Initialize ( IComponent component ) : void | ||
component | IComponent | The IComponent to associate the designer with. |
return | void |
public InternalControlDesigner ( int internalControlIndex ) : System.Windows.Forms.Design.ControlDesigner | ||
internalControlIndex | int | A specified index to select the internal control designer. This index is zero-based. |
return | System.Windows.Forms.Design.ControlDesigner |
public NumberOfInternalControlDesigners ( ) : int | ||
return | int |