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;
A Size that specifies the dimensions in pixels, of menu bar buttons.
Menu bar button are used for features like the child window close buttons in the multiple document interface.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace