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