| CreatePopupResponse Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Browser.Handlers
 Syntax
Syntaxpublic sealed class CreatePopupResponse
The CreatePopupResponse type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Create | 
                Creates a CreatePopupResponse that notifies the browser that the popup can be created.
             | 
|  | 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.) | 
|   | Suppress | 
                Creates a CreatePopupResponse that notifies the browser that the popup creation should be
                suppressed.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also