Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ToggleTableCellsTopCenterAlignmentCommand.KeyTip Property

Gets the Key Tip for the command.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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 ToggleTableCellsTopCenterAlignmentCommand command, specify the BarItemLink.KeyTip property of a corresponding control..

See Also