Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |