System.Windows.Forms.HtmlElement.InvokeMember Method

Executes an unexposed method on the underlying DOM element of this element.

Syntax

public object InvokeMember (string methodName)

Parameters

methodName
The name of the property or method to invoke.

Returns

The element returned by this method, represented as an object. If this object is another HTML element, and you have a reference to the unmanaged MSHTML library added to your project, you can cast it to its appropriate unmanaged interface.

Remarks

This method can be used to call methods from the Document Object Model (DOM) that do not have equivalents in managed code. Use this version of HtmlElement.InvokeMember(string) to execute unexposed methods that take no arguments. For an example, see HtmlElement.InvokeMember(string, Object[]).

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0