C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLTxtRange Interface : queryCommandState Method |
queryCommandState
method of IHTMLTxtRange
interface.
'Declaration Function queryCommandState( _ ByVal cmdID As System.String _ ) As System.Boolean
System.bool queryCommandState( System.string cmdID )
An original IDL definition of queryCommandState
method was the following: HRESULT queryCommandState (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue)
;