Version

ReserveMenuBarKeyTips Property

Gets or sets the value indicating whether to prevent the first-level key tips of the ribbon from conflicting with the mnemonics on a hidden main menu bar.
Syntax
'Declaration
 
Public Property ReserveMenuBarKeyTips As Boolean
public bool ReserveMenuBarKeyTips {get; set;}
Remarks
When the user types a key tip matching one of these hidden mnemonics, a message will display and the user can continue to navigate through the hidden menu to a tool.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also