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

In This Topic
    DroppedDown Property (C1MultiSelect)
    In This Topic
    Gets or sets a value indicating whether the C1MultiSelect is displaying its drop-down portion.
    Syntax
    'Declaration
     
    
    Public Property DroppedDown As Boolean
    public bool DroppedDown {get; set;}
    See Also