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

Gets the dimensions in pixels, of menu bar buttons.

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

Property Value

A Size that specifies the dimensions in pixels, of menu bar buttons.

Remarks

Menu bar button are used for features like the child window close buttons in the multiple document interface.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace