Back to Devexpress

RichEditControl.AssignShortcutKeyToCommand Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-dot-assignshortcutkeytocommand.md

latest1.1 KB
Original Source

RichEditControl.AssignShortcutKeyToCommand Method

NameParametersDescription
AssignShortcutKeyToCommand(Keys, Keys, RichEditCommandId, RichEditViewType)key, modifier, commandId, viewTypeAssigns a shortcut key to a command. The shortcut key is available for the specified RichEditView.
AssignShortcutKeyToCommand(Keys, Keys, RichEditCommandId, Boolean)key, modifier, commandId, updateToolTipAssigns a shortcut key to a command. The shortcut key is available for all RichEdit views.
AssignShortcutKeyToCommand(Keys, Keys, RichEditCommandId)key, modifier, commandIdAssigns a shortcut key to a command. The shortcut key is available for all RichEdit views.