PointerHighlight property
Returns a value that indicates whether or not the object will have a highlight box displayed around it when the mouse pointer passes over the object. Read-only. Boolean.
The value of this property is ignored if the pointer highlight is disabled at the display level.
Syntax
object
.PointerHighlight
where
object
– is the name of an ActiveX control or an expression that evaluates to an ActiveX control.Remarks
- The value of this property for a newly inserted ActiveX object is set to False.
- The value assigned to controls on displays imported from a previous version that does not support this property will be False.
Provide Feedback