Represents several predefined sets of context menus . These configurations are applied using Editor.ContextMenuMode property.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public enum RTEContextMenuMode |
| Visual Basic |
|---|
Public Enumeration RTEContextMenuMode |
| Visual C++ |
|---|
public enum class RTEContextMenuMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Enables the context menus in the richtexteditor/dialogs/menu_context_default.xml file | |
| Simple | 1 | Enables the context menus in the richtexteditor/dialogs/menu_context_simple.xml file | |
| Minimal | 2 | Enables the context menus in the richtexteditor/dialogs/menu_context_minimal.xml file |