NRichTextMenuGroupList Class Members
The following tables list the members exposed by NRichTextMenuGroupList.
| Name | Description |
 | GetByName | Returns the rich text context menu group with the given name or null if this rich text context menu builder does not have a group with this name. |
 | IndexOf | Overloaded. Gets the index of the context menu group with the given name. Returns -1 if this rich text context menu builder does not have a group with the given name. |
 | RemoveByName | Removes the context menu group with the given name. |
Top