General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
HtmlEditorContextMenuItem Class
Denotes an individual context menu item within the ASPxHtmlEditor control.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public class HtmlEditorContextMenuItem :
CollectionItem
Public Class HtmlEditorContextMenuItem
Inherits CollectionItem
Remarks
The HtmlEditorContextMenuItem class implements the functionality of an individual context menu item within the ASPxHtmlEditor control. Instances of the HtmlEditorContextMenuItem class are maintained within the ASPxHtmlEditor.ContextMenuItems collection. Individual menu items can be accessed and manipulated (added or deleted) by using the means provided by the HtmlEditorContextMenuItemCollection class, which is exposed via these ContextMenuItems properties.
Use the properties of the HtmlEditorContextMenuItem class to specify the appearance and behavior of an individual item.
Note
Some browsers (e.g., Firefox, Chrome) do not allow scripts to work with the clipboard for security reasons. Therefore, the Cut, Copy, and Paste items are removed from the context menu for these browsers.