FullRowSelect Property
See Also Example Applies To
Returns or sets a value that specifies if the entire row is selected.
Syntax
object.FullRowSelect [= boolean]
The FullRowSelect property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| boolean | A Boolean expression specifying if the entire row is selected, as described in Settings. |
Settings
The settings for boolean are:
| Constant | Description |
| False | (Default) The entire row is not selected. |
| True | The entire row is selected. |
Remarks
When applied to the ListView control, the FullRowSelect property is only valid when the View property is set to lvwReport.