ISDBUIForm::ActiveControl: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 3: Line 3:
===Property description===
===Property description===


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



Revision as of 17:46, 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