IMSVidCtl::put_TabStop Method
This topic applies to Windows XP or later.
The put_TabStop method specifies whether a user can use the TAB key to give the focus to the Video Control.
Syntax
HRESULT put_TabStop(
[in] VARIANT_BOOL vbool
);
Parameters
vbool [in]
Specifies one of the following values.Value Description VARIANT_TRUE Include the Video Control in the tabbing order. VARIANT_FALSE Do not include the Video Control in the tabbing order.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
IMSVidCtl::get_TabStop
IMSVidCtl Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008