Indicates if this command is checked.
[Visual Basic 6.0] Property Checked As Boolean
[Visual Basic .NET] Public ReadOnly Property Checked As Boolean
[C#] public bool Checked {get;}
[Java] public boolean isChecked() throws IOException, AutomationException
[C++]
HRESULT get_Checked(
VARIANT_BOOL* Checked
);
Parameters
Checked [out, retval]
Checked is a parameter of type VARIANT_BOOL
The Checked property indicates the state of this Command. If a command item appears depressed on a commandbar, the command is checked. The active tool will appear checked. Also commands that serve as a toggle will be checked when that toggle is on.
A system event is periodically called to set the state of the commands on the commandbars indicating which ones are checked.