Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / DropDownForm Class / FocusControl Property

In This Topic
    FocusControl Property (DropDownForm)
    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