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