Skip to main content

HtmlEditorShortcut Constructors

An individual shortcut within the ASPxHtmlEditor control.
Name Parameters Description
HtmlEditorShortcut() none Initializes a new instance of the HtmlEditorShortcut class.
HtmlEditorShortcut(String, String, ActionType) shortcut, actionName, actionType Initializes a new instance of the HtmlEditorShortcut class with the specified settings.
HtmlEditorShortcut(String, String, HtmlEditorView) shortcut, actionName, actionView Initializes a new instance of the HtmlEditorShortcut class with the specified settings.
HtmlEditorShortcut(String, String) shortcut, actionName Initializes a new instance of the HtmlEditorShortcut class with the specified settings.
See Also