Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.ContextMenuID Property

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

[Visual Basic]
Public Property ContextMenuID As String
[C#]
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

Editor Class | EO.Web Namespace


Direct link to this topic