IContextMenuItemCollection Properties
A collection of root-level or nested items of the context menu in the Rich Text Editor.| Name | Description |
|---|---|
| Count | Gets the number of elements in the collection. Inherited from IReadOnlyCollection<T>. |
| Item[Int32] | Gets the element at the specified index in the read-only list. Inherited from IReadOnlyList<T>. |
| Item[String] | Returns a context menu item with the specified name. |
See Also