Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IOleCommandTarget Interface / Exec Method

In This Topic
    Exec Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function Exec( _
       ByVal pguidCmdGroup As System.IntPtr, _
       ByVal nCmdID As System.UInteger, _
       ByVal nCmdexecopt As System.UInteger, _
       ByRef pvaIn As System.Object, _
       ByVal pvaOut As System.IntPtr _
    ) As System.Integer
    System.int Exec( 
       System.IntPtr pguidCmdGroup,
       System.uint nCmdID,
       System.uint nCmdexecopt,
       ref System.object pvaIn,
       out System.IntPtr pvaOut
    )

    Parameters

    pguidCmdGroup
    nCmdID
    nCmdexecopt
    pvaIn
    pvaOut
    See Also