This topic has not yet been rated - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.