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