Document.queryCommandIndeterm() (Method)

Part of an MSIE special document command handling mechanism. Indicates whether the command is in the indeterminate state.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyDocument.queryCommandIndeterm(aCommandName)
Argument list:aCommandNameAn MSIE command name

If the document is not fully loaded (you can check the readyState), or if a command might not be available due to some of its prerequisites not being set (such a selection creating a TextRange), this method will return a Boolean true value. If it returns a Boolean false, then the command may be available as determined by the enabled test.

Warnings:

See also:Document object, Document.execCommand(), TextRange.queryCommandIndeterm()