FocusControl Property (C1FontPickerDropDownForm)
In This Topic
Determines the control on the form that gets input focus when the form is shown.
Syntax
'Declaration
Public Property FocusControl As Control
public Control FocusControl {get; set;}
See Also