InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / DroppedDown Property

In This Topic
    DroppedDown Property (InputDatePicker)
    In This Topic
    Gets or sets whether the drop-down portion of this element is visible.
    Syntax
    'Declaration
     
    Public Property DroppedDown As Boolean
    public bool DroppedDown {get; set;}
    See Also