Skip to main content

NewCommentCommand.KeyTip Property

Gets the Key Tip for the command.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override string KeyTip { get; }

Property Value

Type Description
String

A String value that is the key tip associated with the command.

Remarks

A key tip is a keyboard shortcut that is displayed over the control to which it corresponds and can be used to access or activate the command the control executes.

To change the key tip for the NewCommentCommand command, specify the BarItemLink.KeyTip property of a corresponding control.

See Also