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

Gets the dimensions of small caption buttons in pixels.

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

Property Value

A Size that specifies the dimensions of small caption buttons in pixels.

Remarks

Small captions are used in floating tool windows.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace