queryCommandValue method

[This documentation is preliminary and is subject to change.]

Returns the current value of the document, range, or current selection for the given command.

Syntax

VARIANT retVal = object.queryCommandValue(cmdID);

Standards information

There are no standards that apply here.

Parameters

Remarks

This method is a wrapper function for the IOleCommandTarget::QueryStatus method to enable scriptable execution of some command constants. You can obtain an IOleCommandTarget interface by calling QueryInterface on the IHTMLDocument2 interface using IID_IHTMLDocument2 for the IID.

This method is a wrapper function for the IOleCommandTarget::QueryStatus method to enable scriptable execution of some command constants. You can obtain an IOleCommandTarget interface by calling QueryInterface on the IHTMLControlRange interface using IID_IHTMLControlRange for the IID.

This method is a wrapper function for the IOleCommandTarget::QueryStatus method to enable scriptable execution of some command constants. You can obtain an IOleCommandTarget interface by calling QueryInterface on the IHTMLTxtRange interface using IID_IHTMLTxtRange for the IID.

See also

Reference

execCommand

queryCommandEnabled

queryCommandIndeterm

queryCommandState

queryCommandSupported

 

 

Build date: 6/12/2012