Back to Devexpress

HtmlEditorContextMenuItem Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-efc184df.md

latest3.4 KB
Original Source

HtmlEditorContextMenuItem Class

Denotes an individual context menu item within the ASPxHtmlEditor control.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorContextMenuItem :
    CollectionItem
vb
Public Class HtmlEditorContextMenuItem
    Inherits CollectionItem

The following members return HtmlEditorContextMenuItem objects:

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem HtmlEditorContextMenuItem

See Also

HtmlEditorContextMenuItem Members

ContextMenuItems

HtmlEditorContextMenuItemCollection

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace