ISDBUIForm::ActiveControl

From MediaMonkey Wiki
Revision as of 17:45, 10 November 2009 by Ludek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBUIForm, Interface ISDBUIForm

Property Get/Let ActiveControl As String


Property description

Sets focus to a control of the parent form. Control is represented by its name. Gets name of focused control.


Examples:

MyForm.ActiveControl = "MyEditBoxName"

MyForm.ActiveControl = MyEditBox.Common.ControlName