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

Gets the dimensions in pixels, of a caption bar or title bar button.

[Visual Basic]
Public Shared ReadOnly Property CaptionButtonSize As Size
[C#]
public static Size CaptionButtonSize {get;}
[C++]
public: __property static Size get_CaptionButtonSize();
[JScript]
public static function get CaptionButtonSize() : Size;

Property Value

A Size that specifies the dimensions of a caption bar button.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace