Gets or sets a value indicating whether to display the context menu, which appears when the right mouse button is clicked.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public RTEBooleanValue EnableContextMenu { get; set; } |
| Visual Basic |
|---|
Public Property EnableContextMenu As RTEBooleanValue Get Set |
| Visual C++ |
|---|
public: property RTEBooleanValue EnableContextMenu { RTEBooleanValue get (); void set (RTEBooleanValue value); } |