Microsoft DirectX 9.0

IMSVidCtl::put_TabStop

This topic applies to Windows XP only.

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.

See Also