C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLDocument2 Interface : queryCommandText Method |
queryCommandText
method of IHTMLDocument2
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)
;