Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command Class / DropDown Property

In This Topic
    DropDown Property (C1Command)
    In This Topic
    Gets or sets whether the command has a drop down arrow when it is in a toolbar.
    Syntax
    'Declaration
     
    
    Public Property DropDown As Boolean
    public bool DropDown {get; set;}
    See Also