execute_editing_command_with_argument
Description:
[ Version ( since = "2.10" ) ]
public void execute_editing_command_with_argument (string command, string argument)
public void execute_editing_command_with_argument (string command, string argument)
Request to execute the given command with argument for this.
You can use can_execute_editing_command to check whether it's possible to execute the command.
Parameters:
| this |
a WebView |
| command |
the command to execute |
| argument |
the command argument |