This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > ICommand Interface > ICommand.Checked Property (ArcObjects .NET 10.4 SDK) |
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
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.