IWebBrowser2.ExecWB(OLECMDID, OLECMDEXECOPT, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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