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