C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLDocument2 Interface : queryCommandValue Method |
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)
;