Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / IWebBrowser2 Interface / ExecWB Method

In This Topic
    ExecWB Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub ExecWB( _
       ByVal cmdID As OLECMDID, _
       ByVal cmdexecopt As OLECMDEXECOPT, _
       Optional ByRef pvaIn As System.Object, _
       Optional ByRef pvaOut As System.Object _
    ) 
    void ExecWB( 
       OLECMDID cmdID,
       OLECMDEXECOPT cmdexecopt,
       ref System.object pvaIn,
       out System.object pvaOut
    )

    Parameters

    cmdID
    cmdexecopt
    pvaIn
    pvaOut
    See Also