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

Gets the recommended dimensions of a small icon in pixels.

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

Property Value

A Size that specifies the dimensions of a small icon in pixels.

Remarks

Small icons typically appear in window captions and in small icon view.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace