queryCommandIndeterm Method

Internet Development Index

Returns a Boolean value that indicates whether the specified command is in the indeterminate state.

Syntax

bIndeterminate = object.queryCommandIndeterm(sCmdID)

Parameters

sCmdID Required. String爐hat specifies a command identifier.

Return Value

Boolean that returns one of the following possible values:

trueThe command is in the indeterminate state.
falseThe command is not in the indeterminate state.

Standards Information

There is no public standard that applies to this method.

Applies To

document, controlRange, TextRange

See Also

execCommand, queryCommandEnabled, queryCommandState, queryCommandSupported, queryCommandValue