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

Gets the height in pixels, of the arrow bitmap on the vertical scroll bar.

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

Property Value

The height of a vertical scroll bar arrow.

See Also

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