hideFocus property

[This documentation is preliminary and is subject to change.]

Sets or gets the value that indicates whether the object visibly shows that it has focus.

Syntax

HRESULT value = object.put_hideFocus(VARIANT_BOOL v);HRESULT value = object.get_hideFocus(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

Focus is not visibly indicated.

VARIANT_FALSE (false)

Default. Focus is visibly indicated.

Remarks

The focus of an object is visibly indicated by a focus rectangle—a dotted rectangle within the boundaries of the object.

 

 

Build date: 6/12/2012