Visual Basic: Windows Controls
HighLighted Property
See Also Example Applies To
Returns or sets a value that determines if an object is highlighted.
Syntax
object.HighLighted [= boolean]
The HighLighted 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 highlighted, as shown in Settings. |
Settings
The settings for boolean are:
Constant | Description |
False | (Default). No highlighting occurs. |
True | The item is highlighted. |