RichEditControl.GetShortcutKey(RichEditCommandId, RichEditViewType) Method
In This Article
Gets the shortcut key for the specified command.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public Keys GetShortcutKey(
RichEditCommandId commandId,
RichEditViewType viewType
)
#Parameters
Name | Type | Description |
---|---|---|
command |
Rich |
A Rich |
view |
Rich |
A Rich |
#Returns
Type | Description |
---|---|
Keys | A Keys enumeration member identifying shortcut keys. |
See Also