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

Gets the width of the vertical scroll bar in pixels.

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

Property Value

The width of a vertical scroll bar in pixels.

See Also

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