ISDBUIForm::ActiveControl: Difference between revisions

From MediaMonkey Wiki
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. Control is represented by its name.
Sets focus to a control of the parent form.  
Gets name of focused control.
The control is represented by its ControlName.
 


Gets ControlName of focused control.


Examples:
Examples:


MyForm.ActiveControl = "MyEditBoxName"
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.