ISDBUIForm::ActiveControl
From MMWiki
CoClass SDBUIForm, Interface ISDBUIForm
Property Get/Let ActiveControl As String
[edit]
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 3.1.2.1289
