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

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