Contents Index Topic Contents | ||
Previous Topic: queryCommandState Next Topic: queryCommandValue |
queryCommandSupported
Description
Returns whether the current command is supported on the current range.
Syntax
Boolean = object.queryCommandSupported(command)
Parameter Description command (String) String that specifies the command to query. Can be any valid command identifier. Return Value
Returns TRUE if the command is supported, or FALSE otherwise.
Applies To
See Also
execCommand, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandValue
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.