ISDBUIForm::ActiveControl: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 17:45, 10 November 2009

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