Skip to main content

AddSpacingBeforeParagraphCommand.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 default key tip for the AddSpacingBeforeParagraphCommand command, specify the BarItemLink.KeyTip property of the corresponding control.

See Also