Method DoCommand
DoCommand(IWxTextBoxHandler, string, params object?[])
Executes a browser command with the specified name and parameters.
public static object? DoCommand(this IWxTextBoxHandler handler, string cmdName, params object?[] args)
Parameters
handlerIWxTextBoxHandlerThe IWxTextBoxHandler instance.
cmdNamestringName of the command to execute.
argsobject[]Parameters of the command.