Input for WinForms | ComponentOne
C1.Win.Input.Pickers.ColorPicker.Styles Namespace / ColorPickerStyles Class / DropDown Property

In This Topic
    DropDown Property (ColorPickerStyles)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the drop down form on the screen.
    Syntax
    'Declaration
     
    
    Public Property DropDown As ColorPickerDropDownStyle
    public ColorPickerDropDownStyle DropDown {get; set;}
    See Also