tabStop property
Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.
Syntax
HRESULT value = object.put_tabStop( v);HRESULT value = object.get_tabStop(* 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
- Introduction to Viewlink
- About Element Behaviors
Build date: 11/12/2012