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