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)
Parameter Description 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
See Also
execCommand, queryCommandEnabled, queryCommandState, queryCommandSupported, queryCommandValue
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.