IASTabber::get_Circular

This method retrieves whether or not the tabber should wrap to the first tab once the last tab has been reached.

Syntax

HRESULT get_Circular ( BOOL *pfCircular );

Parameters

pfCircular
Pointer to a Boolean that is set to TRUE if tab should wrap, or to FALSE if not.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.