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

In This Topic
    queryCommandIndeterm Method (IHTMLDocument2)
    In This Topic

    queryCommandIndeterm method of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    Function queryCommandIndeterm( _
       ByVal cmdID As System.String _
    ) As System.Boolean
    System.bool queryCommandIndeterm( 
       System.string cmdID
    )

    Parameters

    cmdID
    Remarks

    An original IDL definition of queryCommandIndeterm method was the following: HRESULT queryCommandIndeterm (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue);

    See Also