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

Gets whether drop down menus should be right-aligned with the corresponding menu bar item.

[Visual Basic]
Public Shared ReadOnly Property RightAlignedMenus As Boolean
[C#]
public static bool RightAlignedMenus {get;}
[C++]
public: __property static bool get_RightAlignedMenus();
[JScript]
public static function get RightAlignedMenus() : Boolean;

Property Value

true if drop-down menus are right-aligned with the corresponding menu-bar item; false if the menus are left-aligned.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace