IASControl::get_TabStop

This method indicates whether or not the control is a tabstop.

Syntax

HRESULT get_TabStop( VARIANT_BOOL *pfTabStop );

Parameters

pfTabStop
Pointer to a Boolean that is set to TRUE if the control is a tabstop, or to FALSE if the control is not.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.