Version

Value Property

Returns/sets the value of the keytip
Syntax
'Declaration
 
Public Property Value As String
public string Value {get; set;}
Remarks

The Value property is the string to be displayed within the element and represents the text that must be typed in order to activate the keytip and initiate the action of the associated object. For example, typing in the keytip of a ButtonTool will trigger its System.Windows.Controls.Primitives.ButtonBase.Click event.

The KeyTip class itself does not invoke any actions or respond to the keyboard. The XamRibbon creates and positions instance of the KeyTip class to represent the text keytip (e.g. ButtonTool.KeyTip) of the elements within the ribbon.

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