ISDBUIForm::ActiveControl: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
mNo edit summary
m (introduced)
 
Line 7: Line 7:


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


Examples:
Examples:
Line 17: Line 15:




Introduced in MediaMonkey 3.1.2.1289  
{{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.