ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DropDownControl Class / VisibleButtons Property

In This Topic
    VisibleButtons Property (C1DropDownControl)
    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