ISDBUIForm::ActiveControl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (introduced) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
===Property description=== | ===Property description=== | ||
Sets focus to a control of the parent form. | Sets focus to a control of the parent form. | ||
The control is represented by its ControlName. | |||
Gets ControlName of focused control. | |||
Examples: | Examples: | ||
MyForm.ActiveControl = " | MyForm.ActiveControl = "MyEditBoxControlName" | ||
MyForm.ActiveControl = MyEditBox.Common.ControlName | MyForm.ActiveControl = MyEditBox.Common.ControlName | ||
{{Introduced|3.1.2.1289}} | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 23:31, 20 April 2013
CoClass SDBUIForm, Interface ISDBUIForm
Property Get/Let ActiveControl As String
Property description
Sets focus to a control of the parent form. The control is represented by its ControlName.
Gets ControlName of focused control.
Examples:
MyForm.ActiveControl = "MyEditBoxControlName"
MyForm.ActiveControl = MyEditBox.Common.ControlName
Introduced in MediaMonkey version 3.1.2.1289.