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