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

In This Topic
    DoVerb Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function DoVerb( _
       ByVal iVerb As System.Integer, _
       ByRef lpmsg As tagMSG, _
       ByVal pActiveSite As IOleClientSite, _
       ByVal lindex As System.Integer, _
       ByVal hwndParent As System.IntPtr, _
       ByRef lprcPosRect As tagRECT _
    ) As System.Integer
    System.int DoVerb( 
       System.int iVerb,
       ref tagMSG lpmsg,
       IOleClientSite pActiveSite,
       System.int lindex,
       System.IntPtr hwndParent,
       ref tagRECT lprcPosRect
    )

    Parameters

    iVerb
    lpmsg
    pActiveSite
    lindex
    hwndParent
    lprcPosRect
    See Also