[]
queryCommandValue
method of IHTMLTxtRange
interface.
object queryCommandValue(string cmdID)
Type | Name | Description |
---|---|---|
string | cmdID |
Type | Description |
---|---|
object |
An original IDL definition of queryCommandValue
method was the following: HRESULT queryCommandValue (BSTR cmdID, [out, retval] VARIANT* ReturnValue)
;