Table of Contents
ClientSideOnContextMenu Property

Gets or sets the name of the client side JavaScript function to be called when the editor is about to display a context menu.

Syntax
 public String ClientSideOnContextMenu { get; set; }
Remarks

This event can be used to modify or cancel the context menu. See editor_oncontextmenu for more details.

See Also