Table of Contents
WebView.ExecCommand Method 

Executes the default behavior of a command.

Syntax
 public void ExecCommand(
   int commandId
);

Parameters

commandId
One of the command id constant exposed by CommandIds class.
See Also