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