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

Gets the height of a small caption in pixels.

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

Property Value

The height of a small caption in pixels.

Remarks

Small captions are used in floating tool windows.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace