Contents Index Topic Contents | ||
Previous Topic: IHTMLTxtRange::queryCommandSupported Next Topic: IHTMLTxtRange::queryCommandValue |
IHTMLTxtRange::queryCommandText
HRESULT queryCommandText( BSTR cmdID, BSTR *pcmdText );Returns the string associated with a command.
- Returns S_OK if successful, or an error value otherwise.
- cmdID
- Identifier of a command. Can be any command identifier given in the list of Command Identifiers.
- pcmdText
- Address of a string variable that receives the command text.
See also queryCommandValue
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.