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.HorizontalScrollBarThumbWidth

Gets the width of the scroll box in a horizontal scroll bar in pixels.

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

Property Value

The width of the scroll box in a horizontal scroll bar in pixels.

Remarks

The scroll box is also called the thumb.

See Also

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