98      virtual bool checked()
 const {
return checked_;}
 
  173        appearance_changed(*
this, 
e);
 
  187        checked_changed(*
this, 
e);
 
  201        check_state_changed(*
this, 
e);
 
  211        button_base::on_enabled_changed(
e);
 
  222        button_base::on_mouse_down(
e);
 
  231        button_base::on_mouse_enter(
e);
 
  240        button_base::on_mouse_leave(
e);
 
  249        button_base::on_mouse_up(
e);
 
  261      bool auto_check_ = 
true;
 
  262      bool three_state_ = 0;
 
  263      bool checked_ = 
false;
 
Contains xtd::forms::appearance enum class.
 
Contains xtd::forms::visual_styles::check_box_state enum class.
 
Contains xtd::forms::check_state enum class.
 
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:25
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
 
Represents an event.
Definition: event.h:21
 
event< check_box, event_handler > appearance_changed
Occurs when the value of the appearance property changes.
Definition: check_box.h:148
 
event< check_box, event_handler > check_state_changed
Occurs when the value of the check_state property changes.
Definition: check_box.h:156
 
event< check_box, event_handler > checked_changed
Occurs when the value of the checked property changes.
Definition: check_box.h:152
 
#define forms_export_
Define shared library export.
Definition: forms_export.h:13
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17