RichEditControl.RemoveShortcutKey(Keys, Keys, RichEditViewType) Method
Removes a command shortcut for the specified RichEditView.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | Keys | A Keys enumeration member specifying a shortcut key. |
modifier | Keys | A Keys enumeration member specifying a modifier key. |
viewType | RichEditViewType | A RichEditCommandId enumeration member specifying a command. |
Remarks
To assign a command shortcut, use the RichEditControl.AssignShortcutKeyToCommand method.
See Also