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

Gets the height of a one line of a menu in pixels.

[Visual Basic]
Public Shared ReadOnly Property MenuHeight As Integer
[C#]
public static int MenuHeight {get;}
[C++]
public: __property static int get_MenuHeight();
[JScript]
public static function get MenuHeight() : int;

Property Value

The height of a one line of a menu in pixels.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace