| ShowContextMenuParameters Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Browser.Handlers
 Syntax
Syntaxpublic sealed class ShowContextMenuParameters : BrowserParameters
The ShowContextMenuParameters type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Browser | 
                Gets the IBrowser instance the handler is associated with.
            (Inherited from BrowserParameters.) | 
|  | CustomMenuItems | 
                Gets the collection of the custom context menu items.
             | 
|  | FrameCharset | 
                Gets the character encoding of the frame on which the menu is invoked.
             | 
|  | FrameUrl | 
                Gets the URL of the sub-frame that the context menu was invoked on.
             | 
|  | LinkText | 
                Gets the text associated with the link.
             | 
|  | LinkUrl | 
                Gets the URL of the link that encloses the node the context menu
                was invoked on.
             | 
|  | Location | 
                Gets the context menu location. This location is related to the frame the context menu
                is invoked on.
             | 
|  | MediaType | 
                Gets the media type of the node the context menu is being invoked on.
             | 
|  | PageUrl | 
                Gets the URL of the top level page that the context menu was invoked on.
             | 
|  | SelectedText | 
                Gets the text of the selection that the context menu was invoked on.
             | 
|  | SourceUrl | 
                Gets the source URL for the element that the context menu was
                invoked on.
             | 
|  | SpellCheckMenu | 
                Gets the spell check submenu.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | 
                Represent object as string
            (Overrides ObjectToString.) | 
 See Also
See Also