IASVVI::get_Inverted

This method retrieves whether the control is inverted or normal.

Syntax

HRESULT get_Inverted( BOOL *pfInverted );

Parameters

pfInverted
Pointer to a Boolean that is set to TRUE if the control is inverted, or to FALSE if the control is normal.

Return Values

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

Remarks

Progress bars such as the visual volume indicator are usually drawn from left to right with a positive slope. The get_Inverted method indicates that the control is flipped upside-down.