Skip to main content

HtmlEditorContextMenuItemCollection.Add Method

Name Parameters Description
Add() none Adds a new context menu item to the end of the collection and returns the newly created object.
Add(String, String) text, commandName Adds a new context menu item to the collection and specifies the item’s display text and associated command name.
Add(String) text Adds a new context menu item to the collection and specifies the item’s display text.