IASVVI::put_Mirrored

This method sets whether or not the control is mirrored.

Syntax

HRESULT put_Mirrored( BOOL fMirrored );

Parameters

fMirrored
Boolean that is set to TRUE if the control is mirrored, or to 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 put_Mirrored method causes the control to be drawn from right to left.