Share via


IMSVidCtl::put_TabStop

 
Microsoft DirectShow 9.0

IMSVidCtl::put_TabStop

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(
  
  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 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