This document is archived and information here might be outdated. Recommended version. |
The speed of the slider on a scale of 1 to 10 with 10 being the fastest.
[Visual Basic .NET]
Public Property DisplaySpeed As Integer
[C#]
public int DisplaySpeed {get; set;}
[C++]
HRESULT get_DisplaySpeed(
System.Int32* speed
);
[C++]
HRESULT put_DisplaySpeed(
long speed
);
[C++] Parameters speed [out, retval]
speed is a parameter of type long* speed [in]
speed is a parameter of type long