ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MultiSelect Class / DropDownWidth Property

In This Topic
    DropDownWidth Property (C1MultiSelect)
    In This Topic
    Gets or sets the width in pixels of the drop-down portion of the C1MultiSelect.
    Syntax
    'Declaration
     
    
    Public Property DropDownWidth As Integer
    public int DropDownWidth {get; set;}
    See Also