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

In This Topic
    queryCommandValue Method (IHTMLDocument2)
    In This Topic

    queryCommandValue method of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    Function queryCommandValue( _
       ByVal cmdID As System.String _
    ) As System.Object
    System.object queryCommandValue( 
       System.string cmdID
    )

    Parameters

    cmdID
    Remarks

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

    See Also