ISDBUIForm::ActiveControl

From MMWiki

Jump to: navigation, search

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 3.1.2.1289

Personal tools