This document is archived and information here might be outdated. Recommended version. |
The current position of the progression.
[Visual Basic .NET]
Public Property Position As Integer
[C#]
public int Position {get; set;}
[C++]
HRESULT get_Position(
long Position
);
[C++]
HRESULT put_Position(
System.Int32* Position
);
[C++] Parameters Position [in]
Position is a parameter of type long Position [out, retval]
Position is a parameter of type long*
The current position of the progression between the MinRange and MaxRange values.