IASVVI::get_Mirrored

This method retrieves whether or not the control is mirrored.

Syntax

HRESULT get_Mirrored( BOOL *pfMirrored );

Parameters

pfMirrored
Pointer to a Boolean that is set to TRUE if the control is mirrored, FALSE if not.

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_Mirrored method indicates that the control is drawn from right to left.