|
| Name | Description |
|---|
.gif) | Alert | Displays a dialog box that contains an application-defined message. |
.gif) | AttachEvent | Overloaded. Attaches a .NET Framework event handler to an event on the current Document Object Model (DOM) object. |
.gif) | CheckAccess | Determines whether the current thread is the browser's UI thread. (Inherited from ScriptObject.) |
.gif) | Confirm | Displays a confirmation dialog box that contains an optional message as well as OK and Cancel buttons. |
.gif) | ConvertTo | Converts the current object to a specified type. This method is not supported. (Inherited from HtmlObject.) |
.gif) | ConvertTo<(Of <(T>)>) | Converts the current scriptable object to a specified type. (Inherited from ScriptObject.) |
.gif) | CreateInstance | Creates an instance of the specified JavaScript type. |
.gif) | DetachEvent | Overloaded. Detaches a .NET Framework event handler from an event on the current Document Object Model (DOM) object. |
.gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | Eval | Evaluates a string that contains arbitrary JavaScript code. |
.gif) | Finalize | Frees resources and performs other cleanup operations before the scriptable object is reclaimed by garbage collection. (Inherited from ScriptObject.) |
.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetProperty | Overloaded. Gets the value of a property on the current scriptable object. |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | Initialize | Infrastructure. Initializes a scriptable object. (Inherited from ScriptObject.) |
.gif) | Invoke | Invokes a method on the current scriptable object, and optionally passes in one or more method parameters. (Inherited from ScriptObject.) |
.gif) | InvokeSelf | Invokes the current ScriptObject and assumes that it represents a JavaScript method. (Inherited from ScriptObject.) |
.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | Navigate | Overloaded. Opens a new page in the browser. |
.gif) | NavigateToBookmark | Changes the URL of the current page to a location that is specified by a named bookmark. |
.gif) | Prompt | Displays a dialog box that prompts the user with a message and an input field. |
.gif) | SetProperty | Overloaded. Sets a property on the current scriptable object. |
.gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |