HtmlEditorShortcut(String, String, HtmlEditorView) Constructor
Initializes a new instance of the HtmlEditorShortcut class with the specified settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public HtmlEditorShortcut(
string shortcut,
string actionName,
HtmlEditorView actionView
)
Parameters
Name | Type | Description |
---|---|---|
shortcut | String | A String value specifying the keyboard combination that invokes the current shortcut’s functionality. |
actionName | String | A String value specifying the name of an executed command or displayed custom dialog. |
actionView | HtmlEditorView | One of the HtmlEditorView enumeration values specifying a view where the shortcut will operate. |
See Also