Table of Contents
ContextMenuID Property

Gets or sets the ID of the ContextMenu control used by the editor.

Syntax
 public String ContextMenuID { get; set; }
Remarks

The editor can display context sensitive menu when user right click in the edit region. See customizing context menu for more details.

See Also