InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDatePicker Class / InitialSelection Property

In This Topic
    InitialSelection Property (InputDatePicker)
    In This Topic
    Gets or sets a value determines the selection position when a control receives input focus.
    Syntax
    'Declaration
     
    Public Property InitialSelection As InitialSelection
    public InitialSelection InitialSelection {get; set;}
    Remarks
    Default: InitialSelection.SelectAll.
    See Also