ShowContextMenuResponse Class |
Namespace: DotNetBrowser.Browser.Handlers
public sealed class ShowContextMenuResponse
The ShowContextMenuResponse type exposes the following members.
Name | Description | |
---|---|---|
Close |
Creates a ShowContextMenuResponse that notifies the browser the context menu should be closed.
| |
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.) | |
Select |
Creates a ShowContextMenuResponse that notifies the browser that the item should be
selected. The browser will execute the
corresponding functionality of the selected context menu item. The context menu state
will be changed to closed.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |