NRichTextMenuGroupList Class Methods
For a list of all members of this type, see NRichTextMenuGroupList members.
| 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