ISDBUICommon::ChildControl

From MediaMonkey Wiki
Revision as of 15:14, 23 March 2007 by Jiri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBUICommon, Interface ISDBUICommon

Property Get ChildControl(ControlName As String) As Object


Parameters

Name Type Description
ControlName String Name of the control to be found


Property description

This property can easily localize a control by its name.

Example code

Set Btn = Form.Common.ChildControl( "Button1")   ' Finds a button named 'Button1'

Related Topics