[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDocument2.queryCommandValue

queryCommandValue Method

queryCommandValue(string)

queryCommandValue method of IHTMLDocument2 interface.

Declaration
object queryCommandValue(string cmdID)
Function queryCommandValue(cmdID As String) As Object
Parameters
Type Name Description
string cmdID
Returns
Type Description
object
Remarks

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