Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Enumerated values for the selection modes
possible with a Multi-column list / grid Control.
Namespace: Visual3D.UIAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum GridSelectionMode
Public Enumeration GridSelectionMode
Members
| Member | Value | Description |
|---|---|---|
| RowSingle | 0 |
Any single row may be selected. All items in the row are selected.
|
| RowMultiple | 1 |
Multiple rows may be selected. All items in the row are selected.
|
| CellSingle | 2 |
Any single cell may be selected.
|
| CellMultiple | 3 |
Multiple cells bay be selected.
|
| NominatedColumnSingle | 4 |
Any single item in a nominated column may be selected.
|
| NominatedColumnMultiple | 5 |
Multiple items in a nominated column may be selected.
|
| ColumnSingle | 6 |
Any single column may be selected. All items in the column are selected.
|
| ColumnMultiple | 7 |
Multiple columns may be selected. All items in the column are selected.
|
| NominatedRowSingle | 8 |
Any single item in a nominated row may be selected.
|
| NominatedRowMultiple | 9 |
Multiple items in a nominated row may be selected.
|