IHTMLTxtRange::queryCommandTextIHTMLTxtRange::queryCommandText*
*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.

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


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