Represents a ContextMenu object. A context menu is bound to a specific control or DHTML element and is displayed when user right clicks on the control or element.
For a list of all members of this type, see ContextMenu Members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
EO.Web.WebControlBase
EO.Web.WebControl
EO.Web.DataBoundControl
EO.Web.BaseNavigator
EO.Web.Menu
EO.Web.ContextMenu
EO.Web.PageContextMenu
[Visual Basic]
Public Class ContextMenu
[C#]
public class ContextMenu
: Menu
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
ContextMenu can be bound to any DHTML element, such as a link, an image or a div. When user right clicks on the element, the menu will be displayed as context menu of the clicked element.
Context menu is not supported for Opera.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
ContextMenu Members | EO.Web Namespace