Returns or sets a value that determines if the row indicator (a solid black triangle) is drawn on the control. The indicator identifies the active record.
Syntax
object.RowIndicator [=boolean]
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression specifying if the row divider is drawn, as shown in Settings. |
Settings
The settings for boolean are:
Constant | Description |
False | The row indicator is not drawn. |
True | (Default) The row indicator is drawn. |