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

In This Topic
    queryCommandSupported Method (IHTMLDocument2)
    In This Topic

    queryCommandSupported method of IHTMLDocument2 interface.

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

    Parameters

    cmdID
    Remarks

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

    See Also