Returns whether the current command is supported on the current range.
Syntax
bSupported = object.queryCommandSupported(sCmdID)
Parameters
sCmdID Required. String that specifies a command identifier.
Return Value
Boolean. Returns true if the command is supported, or false otherwise.
Applies To
document, controlRange, TextRange
See Also
execCommand, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandValue