Gets or sets the checked state of the CheckBox.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool Checked { get; set; }
Visual Basic (Declaration)
Public Property Checked As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the CheckBox is checked on the Ribbon; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

The checked state of a CheckBox can be set programmatically; this is commonly done from within the overridden OnUpdate method of the CheckBox itself.

See Also