Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditControl.RemoveShortcutKey(Keys, Keys, RichEditViewType) Method

Removes a command shortcut for the specified RichEditView.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v24.2.dll

NuGet Package: DevExpress.Win.RichEdit

#Declaration

public void RemoveShortcutKey(
    Keys key,
    Keys modifier,
    RichEditViewType viewType
)

#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