Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HoverSelection Property
See Also Example Applies To
Returns or sets a value that determines if a ListItem object is selected when the mouse pointer hovers over it.
Syntax
object.HoverSelection [= boolean]
The HoverSelection 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 object is selected, as shown in Settings. |
Settings
The settings for boolean are:
| Constant | Description |
| False | (Default). No selection occurs. |
| True | The item is selected after the mouse pointer hovers over it for a few seconds. |