55      virtual bool checked()
 const {
return checked_;}
 
  122        checked_changed(*
this, 
e);
 
  136        check_state_changed(*
this, 
e);
 
  146        button_base::on_enabled_changed(
e);
 
  159        button_base::on_mouse_down(
e);
 
  168        button_base::on_mouse_enter(
e);
 
  177        button_base::on_mouse_leave(
e);
 
  186        button_base::on_mouse_up(
e);
 
  197      bool auto_check_ = 
true;
 
  198      bool three_state_ = 0;
 
  199      bool checked_ = 
false;
 
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< toggle_button, event_handler > checked_changed
Occurs when the value of the checked property changes.
Definition: toggle_button.h:96
 
event< toggle_button, event_handler > check_state_changed
Occurs when the value of the check_state property changes.
Definition: toggle_button.h:100
 
#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