queryCommandIndetermqueryCommandIndeterm*
*



Contents  *



Index  *Topic Contents
*Previous Topic: queryCommandEnabled
*Next Topic: queryCommandState

queryCommandIndeterm

Description

Returns whether the specified command is in the indeterminate state.

Syntax

Boolean = object.queryCommandIndeterm(command)

ParameterDescription
command (String) String that specifies the command to query. Can be any valid command identifier.

Return Value

Returns TRUE if indeterminate, or FALSE otherwise.

Remarks

As an example, given a text range, if some of the characters are bold and others are not, queryCommandIndeterm for bold would return TRUE.

Applies To

document, TextRange

See Also

execCommand, queryCommandEnabled, queryCommandState, queryCommandSupported, queryCommandValue


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