Gets or sets the checked state of the CheckBox.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
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.