CheckBox

Connect a manager control to a CheckBox control so users can toggle the state of a common user interface command, such as Break on Step Failure . When you connect to a command, the CheckBox control automatically updates the caption text, visibility, and enabled state. When you enable the checkbox, the checkbox executes the command, which toggles the state of the command.

The CheckBox control supports the following commands:

  • CommandKind_BreakonFirstStep
  • CommandKind_BreakonSequenceFailure
  • CommandKind_BreakonStepFailure
  • CommandKind_ToggleBreakPoint
  • CommandKind_TracingEnabled

Properties

Method

Events

See Also

ApplicationMgr.ConnectCommand

CommandKinds

ExecutionViewMgr.ConnectCommand

SequenceFileViewMgr.ConnectCommand