Share via


IMSVidCtl::get_TabStop Method

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(
  [out]  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 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 Interface
IMSVidCtl::put_TabStop

Send comments about this topic to Microsoft

Build date: 12/4/2008