Microsoft DirectX 8.1 (C++)

IMSVidCtl::get_TabStop

This topic applies to Windows XP Home Edition and Windows XP Professional 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