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