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

In This Topic
    QueryStatus Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function QueryStatus( _
       ByVal pguidCmdGroup As System.IntPtr, _
       ByVal cCmds As System.UInteger, _
       ByRef prgCmds As tagOLECMD, _
       ByVal pCmdText As System.IntPtr _
    ) As System.Integer
    System.int QueryStatus( 
       System.IntPtr pguidCmdGroup,
       System.uint cCmds,
       out tagOLECMD prgCmds,
       out System.IntPtr pCmdText
    )

    Parameters

    pguidCmdGroup
    cCmds
    prgCmds
    pCmdText
    See Also