Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The get_TabStop method queries whether a user can use the TAB key to give the focus to the Video Control.
Syntax
HRESULT get_TabStop(
VARIANT_BOOL* pbool
);
Parameters
pbool
[out] Variable of type VARIANT_BOOL that receives one of the following values.
Value | Description |
VARIANT_TRUE | The Video Control is in the tabbing order. |
VARIANT_FALSE | The Video Control is not in the tabbing order. |
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also