Table of Contents

Method DoCommand

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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

handler IWxTextBoxHandler

The IWxTextBoxHandler instance.

cmdName string

Name of the command to execute.

args object[]

Parameters of the command.

Returns

object

An object representing the result of the command execution.