Input for WinForms | ComponentOne
C1.Win.Input.Pickers.FontPicker.Styles Namespace / FontPickerStyles Class / DropDown Property

In This Topic
    DropDown Property (FontPickerStyles)
    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 FontPickerDropDownStyle
    public FontPickerDropDownStyle DropDown {get; set;}
    See Also