IContextMenuItemCollection Properties
A collection of root-level or nested items of the context menu in the Rich Text Editor.| Name | Description |
|---|---|
| Count | Returns the number of items in the collection. |
| Item[Int32] | Returns a context menu item with the specified index. |
| Item[String] | Returns a context menu item with the specified name. |
See Also