hideFocus property
Sets or gets the value that indicates whether the object visibly shows that it has focus.
Syntax
HRESULT value = object.put_hideFocus( v);HRESULT value = object.get_hideFocus(* p);
Property values
Type: VARIANT_BOOL
Remarks
The focus of an object is visibly indicated by a focus rectangle—a dotted rectangle within the boundaries of the object.
Show: