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

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