Click or drag to resize

ShowContextMenuParameters Class

The parameters of the ShowContextMenuHandler.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Browser.HandlersBrowserParameters
    DotNetBrowser.Browser.HandlersShowContextMenuParameters

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class ShowContextMenuParameters : BrowserParameters

The ShowContextMenuParameters type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance the handler is associated with.
(Inherited from BrowserParameters.)
Public propertyCustomMenuItems
Gets the collection of the custom context menu items.
Public propertyFrameCharset
Gets the character encoding of the frame on which the menu is invoked.
Public propertyFrameUrl
Gets the URL of the sub-frame that the context menu was invoked on.
Public propertyLinkText
Gets the text associated with the link.
Public propertyLinkUrl
Gets the URL of the link that encloses the node the context menu was invoked on.
Public propertyLocation
Gets the context menu location. This location is related to the frame the context menu is invoked on.
Public propertyMediaType
Gets the media type of the node the context menu is being invoked on.
Public propertyPageUrl
Gets the URL of the top level page that the context menu was invoked on.
Public propertySelectedText
Gets the text of the selection that the context menu was invoked on.
Public propertySourceUrl
Gets the source URL for the element that the context menu was invoked on.
Public propertySpellCheckMenu
Gets the spell check submenu.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Represent object as string
(Overrides ObjectToString.)
Top
See Also