HtmlElement.InvokeMember Method
.NET Framework 4
Executes a method unique to the current element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
InvokeMember(String) | Executes an unexposed method on the underlying DOM element of this element. |
|
InvokeMember(String, Object[]) | Executes a function defined in the current HTML page by a scripting language. |