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

Gets the height of the horizontal scroll bar in pixels.

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

Property Value

The height of a horizontal scroll bar in pixels.

See Also

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