[]
Initializes an instance of class ControlInfo.
public ControlInfo()
ControlInfo ci = new ControlInfo();
Initializes an instance of class ControlInfo..
public ControlInfo(ControlType type, string name, RectangleF bounds)
Type | Name | Description |
---|---|---|
ControlType | type | The control type. |
string | name | The name. |
RectangleF | bounds | The bounds. |