'Declaration Function execCommandShowHelp( _ ByVal cmdID As System.String _ ) As System.Boolean
System.bool execCommandShowHelp( System.string cmdID )
Parameters
- cmdID
execCommandShowHelp
method of IHTMLTxtRange
interface.
'Declaration Function execCommandShowHelp( _ ByVal cmdID As System.String _ ) As System.Boolean
System.bool execCommandShowHelp( System.string cmdID )
An original IDL definition of execCommandShowHelp
method was the following: HRESULT execCommandShowHelp (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue)
;