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;
true if drop-down menus are right-aligned with the corresponding menu-bar item; false if the menus are left-aligned.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace