ISDBUIForm::ActiveControl
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