IMSVidCtl::get_TabStop
Microsoft DirectShow 9.0 |
IMSVidCtl::get_TabStop
This topic applies to Windows XP or later.
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.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also