InMultiSelectionMode Property

Return whether the DataGridView is in MultiSelection Mode...

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.PropertyPages
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ReadOnly Property InMultiSelectionMode As Boolean
    Get
'Usage
Dim instance As DesignerDataGridView
Dim value As Boolean

value = instance.InMultiSelectionMode
public bool InMultiSelectionMode { get; }
public:
property bool InMultiSelectionMode {
    bool get ();
}
member InMultiSelectionMode : bool
function get InMultiSelectionMode () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

DesignerDataGridView Class

Microsoft.VisualStudio.Data.Tools.Package.Project.PropertyPages Namespace