FocusHighlight property

Returns a value that indicates whether or not the object has a highlight displayed around it when it has the input focus. Read-only. Boolean.
The value of this property is ignored if the input focus highlight is unavailable at the display level.
Syntax
object
.
FocusHighlight
where
object
– is the name of an ActiveX Control or Button object, or an expression that evaluates to the name of an ActiveX or Button object.
Remarks
  • The value for a newly inserted Button object is True.
  • The value assigned to controls on displays imported from a previous version that does not support this property is False.
  • For ActiveX controls, the value of FocusHighlight for a newly inserted control depends on whether or not the control can take the input focus. If it can, the value is set to True, otherwise it is set to False.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal