HtmlEditorContextMenuItem Constructors
Denotes an individual context menu item within the ASPxHtmlEditor control.| Name | Parameters | Description |
|---|---|---|
| HtmlEditorContextMenuItem() | none | Initializes a new instance of the HtmlEditorContextMenuItem class with default settings. |
| HtmlEditorContextMenuItem(String, String) | text, commandName | Initializes a new instance of the HtmlEditorContextMenuItem class with the specified settings. |
| HtmlEditorContextMenuItem(String) | text | Initializes a new instance of the HtmlEditorContextMenuItem class with the specified text. |
See Also