tabStop property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.
Syntax
HRESULT value = object.put_tabStop(VARIANT_BOOL v);HRESULT value = object.get_tabStop(VARIANT_BOOL* p);
Property values
Type: VARIANT_BOOL
VARIANT_FALSE (false)
Default. Element cannot participate in tabbing.
VARIANT_TRUE (true)
Element can participate in tabbing.
See also
Conceptual
Build date: 6/12/2012