Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence.
Syntax
HRESULT IHTMLElementDefaults::get_tabStop(VARIANT_BOOL *p); HRESULT IHTMLElementDefaults::put_tabStop(VARIANT_BOOL v);
Parameters
- p
Pointer to a variable of type VARIANT_BOOL that receives one of the values listed in Possible Values.- v
VARIANT_BOOL that specifies one of the values listed in Possible Values.
Possible Values
VARIANT_FALSE Default. Element cannot participate in tabbing. VARIANT_TRUE Element can participate in tabbing.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also