ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DateEdit Class / VisibleButtons Property

In This Topic
    VisibleButtons Property (C1DateEdit)
    In This Topic
    Gets or sets a value specifying which buttons are visible. The default is (UpDown Or DropDown).
    Syntax
    'Declaration
     
    Public Overridable Property VisibleButtons As DropDownControlButtonFlags
    public virtual DropDownControlButtonFlags VisibleButtons {get; set;}
    See Also