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

Gets the dimensions of the default size of a menu checkmark in pixels.

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

Property Value

A Size that specifies the default size of a menu checkmark in pixels.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace