ISDBUIForm::ActiveControl: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
m (introduced)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


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


Gets name of focused control.
Gets ControlName of focused control.


Examples:


MyForm.ActiveControl = "MyEditBoxControlName"


Examples:
MyForm.ActiveControl = MyEditBox.Common.ControlName


MyForm.ActiveControl = "MyEditBoxName"


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.