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