Version

CenterButtonKeyTip Property

Returns or sets a string with a maximum of 3 characters that represents the mnemonic that is displayed for the center button when using keytips.
Syntax
'Declaration
 
Public Property CenterButtonKeyTip As String
public string CenterButtonKeyTip {get; set;}
Exceptions
ExceptionDescription
System.ArgumentException The value assigned has more than 3 characters.
Remarks

Key tips are displayed when the menu is showing and the Alt key is pressed.

If the key tip for the center button conflicts with another tool in the same menu, this key tip may be changed.

By default, if the key tip is not set for the center button menu, a unique key tip will be auto-generated. UltraRadialMenu.AutoGenerateKeyTips must be False for key tips to not auto-generate.

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