'Declaration Function queryCommandValue( _ ByVal cmdID As System.String _ ) As System.Object
System.object queryCommandValue( System.string cmdID )
Parameters
- cmdID
queryCommandValue
method of IHTMLDocument2
interface.
'Declaration Function queryCommandValue( _ ByVal cmdID As System.String _ ) As System.Object
System.object queryCommandValue( System.string cmdID )
An original IDL definition of queryCommandValue
method was the following: HRESULT queryCommandValue (BSTR cmdID, [out, retval] VARIANT* ReturnValue)
;