Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / MultiSelect Property


In This Topic
    MultiSelect Property (IControlFormat)
    In This Topic
    Gets or sets the selection mode of the specified list box.
    Syntax
    'Declaration
     
    
    Property MultiSelect As SelectionMode
    'Usage
     
    
    Dim instance As IControlFormat
    Dim value As SelectionMode
     
    instance.MultiSelect = value
     
    value = instance.MultiSelect
    SelectionMode MultiSelect {get; set;}
    See Also