ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : OnContextMenu Property |
'Declaration <CategoryAttribute("Client PageView Control Events")> <DescriptionAttribute("A user defined Javascript event handler to receive the Client contextMenu Event.")> Public Property OnContextMenu As String
'Usage Dim instance As PageView Dim value As String instance.OnContextMenu = value value = instance.OnContextMenu
[Category("Client PageView Control Events")] [Description("A user defined Javascript event handler to receive the Client contextMenu Event.")] public string OnContextMenu {get; set;}
[Category("Client PageView Control Events")] [Description("A user defined Javascript event handler to receive the Client contextMenu Event.")] public: __property string* get_OnContextMenu(); public: __property void set_OnContextMenu( string* value );
[Category("Client PageView Control Events")] [Description("A user defined Javascript event handler to receive the Client contextMenu Event.")] public: property String^ OnContextMenu { String^ get(); void set ( String^ value); }
The viewer will raise this event whenever the user activates the context menu by pressing and releasing the right mouse button while the cursor is over any part of the viewer (except the scrollbars).
On some browsers (Internet Explorer 8), a user can also cause the viewer to raise this event by pressing the context menu button on the keyboard.
The event argument be an instance of the client Javascript "ImageGear.Web.UI.MouseEventArgs" object, containing information useful specifically for image viewing operations, as well as the original ASP.NET client framework event.