Version

KeyTip Class

An element that is used to represent a single key tip for an item within the XamRibbon
Syntax
'Declaration
 
Public Class KeyTip 
   Inherits System.Windows.Controls.Control
public class KeyTip : System.Windows.Controls.Control 
Remarks

The KeyTip is used to represent the key tip of a single item (e.g. a ButtonTool.KeyTip) within the XamRibbon. Keytips are displayed by the Ribbon when you press and release the Alt key and are used to navigate within the Ribbon by typing the character(s) of the keytip when they are visible.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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