Gets the difference between the last and the current value for the horizontal scroll bar.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property HorizontalChange As Double |
C# | |
---|
public double HorizontalChange {get;} |
C++/CLI | |
---|
public:
property double HorizontalChange {
double get();
} |
Return Value
A double value that represents the difference between the last and the current value for the horizontal scroll bar.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also