Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1FontPicker Class / DropDownWidth Property

In This Topic
    DropDownWidth Property (C1FontPicker)
    In This Topic
    Gets or set the width of the drop down form.
    Syntax
    'Declaration
     
    
    Public Overrides Property DropDownWidth As Integer
    public override int DropDownWidth {get; set;}
    Remarks
    To enable autosizing, set this properties to -1.
    See Also