HtmlDocument::ExecCommand Method (String^, Boolean, Object^)
Executes the specified command against the document.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- command
-
Type:
System::String^
The name of the command to execute.
- showUI
-
Type:
System::Boolean
Whether or not to show command-specific dialog boxes or message boxes to the user.
- value
-
Type:
System::Object^
The value to assign using the command. Not applicable for all commands.
ExecCommand exposes a large array of commands for which there are no methods exposed on HtmlDocument. Using ExecCommand you can insert new HTML elements, select and format text, and clear any cached authentication credentials. For a full list of commands, see Command Identifiers.
Note |
|---|
Certain commands, such as copy, have return values. In the current implementation of ExecCommand, you cannot obtain a return value from your call. To retrieve return values, use the corresponding unmanaged method on a DomDocument reference instead. |
Available since 2.0
