|
| Name | Description |
|---|
.gif) | AppendChild | Overloaded. Adds an element to the child collection for the current HTML element. |
.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) | 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) | 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) | Finalize | Frees resources and performs other cleanup operations before the scriptable object is reclaimed by garbage collection. (Inherited from ScriptObject.) |
.gif) | Focus | Sets the browser focus to the current HTML element. |
.gif) | GetAttribute | Gets the value of the specified attribute on the current HTML element. |
.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) | GetStyleAttribute | Retrieves the specified style attribute for the current HTML element. |
.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) | RemoveAttribute | Removes an attribute from the current HTML element. |
.gif) | RemoveChild | Removes the specified element from the child element collection of the current HTML element. |
.gif) | RemoveStyleAttribute | Removes a style attribute on the current HTML element. |
.gif) | SetAttribute | Sets the value of an attribute on the current HTML element. |
.gif) | SetProperty | Overloaded. Sets a property on the current scriptable object. |
.gif) | SetStyleAttribute | Sets the value of a style attribute on the current HTML element. |
.gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |