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

Gets the dimensions in pixels, of a normal minimized window.

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

Property Value

A Size that specifies the dimensions of a normal minimized window.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace