IASPowerListBox::put_Circular

This method sets whether or not the power list box should wrap around —return to the beginning—when it reaches the end of the list.

Syntax

HRESULT put_Circular ( BOOL fCircular );

Parameters

fCircular
Boolean that is set to TRUE if power list box should wrap, or to FALSE if not. It is TRUE by default.

Return Values

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