IWebBrowser2.ExecWB(OLECMDID, OLECMDEXECOPT, Object, Object) Method

Definition

Executes a command and returns the status of the command execution using the IOleCommandTarget interface.

public void ExecWB (Microsoft.Uii.Csr.Browser.Web.OLECMDID cmdID, Microsoft.Uii.Csr.Browser.Web.OLECMDEXECOPT cmdexecopt, ref object pvaIn, out object pvaOut);
abstract member ExecWB : Microsoft.Uii.Csr.Browser.Web.OLECMDID * Microsoft.Uii.Csr.Browser.Web.OLECMDEXECOPT * obj * obj -> unit
Public Sub ExecWB (cmdID As OLECMDID, cmdexecopt As OLECMDEXECOPT, Optional ByRef pvaIn As Object, Optional ByRef pvaOut As Object)

Parameters

cmdID
OLECMDID

Specifies the command ID.

cmdexecopt
OLECMDEXECOPT

Specifies the command execution option.

pvaIn
Object
pvaOut
Object

Applies to