NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.VerticalScrollBarThumbHeight

Gets the height of the scroll box in a vertical scroll bar in pixels.

[Visual Basic]
Public Shared ReadOnly Property VerticalScrollBarThumbHeight As _
   Integer
[C#]
public static int VerticalScrollBarThumbHeight {get;}
[C++]
public: __property static int get_VerticalScrollBarThumbHeight();
[JScript]
public static function get VerticalScrollBarThumbHeight() : int;

Property Value

The height of the scroll box in a vertical scroll bar in pixels.

Remarks

The scroll box is also called the thumb.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace | HorizontalScrollBarThumbWidth | HorizontalScrollBarArrowWidth | VerticalScrollBarArrowHeight | HorizontalScrollBarHeight | VerticalScrollBarWidth