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;
A Size that specifies the dimensions of a small icon in pixels.
Small icons typically appear in window captions and in small icon view.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace