ArcObjects Library Reference (SystemUI)  

ICommand.Checked Property

Indicates if this command is checked.

[Visual Basic .NET]
Public ReadOnly Property Checked As Boolean
[C#]
public bool Checked {get;}
[C++]
HRESULT get_Checked(
  VARIANT_BOOL* Checked
);
[C++]

Parameters

Checked [out, retval]   Checked is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

ICommand Interface