IHTMLControlRange::queryCommandTextIHTMLControlRange::queryCommandText*
*



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.

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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.