ISDBUICommon::ChildControl
From MMWiki
CoClass SDBUICommon, Interface ISDBUICommon
Property Get ChildControl(ControlName As String) As Object
Contents |
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| ControlName | String | Name of the control to be found |
[edit]
Property description
This property can easily localize a control by its name.
[edit]
Example code
Set Btn = Form.Common.ChildControl( "Button1") ' Finds a button named 'Button1'
[edit]
