Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / MultiSelect Property


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