'Declaration Function queryCommandSupported( _ ByVal cmdID As System.String _ ) As System.Boolean
System.bool queryCommandSupported( System.string cmdID )
Parameters
- cmdID
queryCommandSupported
method of IHTMLDocument2
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)
;