Interface: IControlContainerProxy¶
Hierarchy¶
-
IControlContainerProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getCaption¶
▸ getCaption(): string
Returns: string
designer specified caption or the empty string
getControl¶
▸ getControl(name: string): IControlProxy
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The control name specified by the _Name definition property. |
Returns: IControlProxy
The control assocated with the name parameter
getControls¶
▸ getControls(): IControlProxy[]
Returns: IControlProxy[]
The controls for this container