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

Gets the width, in pixels, of the arrow bitmap on the horizontal scrollbar.

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

Property Value

The width of a horizontal scroll bar arrow.

See Also

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