56      virtual bool checked()
 const {
return checked_;}
 
   80      xtd::ustring to_string() const noexcept
 override {
return ustring::format(
"{}, checked: {}", ustring::full_class_name(*
this), checked_);}
 
  108        appearance_changed(*
this, 
e);
 
  123        checked_changed(*
this, 
e);
 
  131        button_base::on_enabled_changed(
e);
 
  135        button_base::on_got_focus(
e);
 
  147        button_base::on_lost_focus(
e);
 
  159        button_base::on_mouse_down(
e);
 
  167        button_base::on_mouse_enter(
e);
 
  175        button_base::on_mouse_leave(
e);
 
  183        button_base::on_mouse_move(
e);
 
  191        button_base::on_mouse_up(
e);
 
  204      bool auto_check_ = 
true;
 
  205      bool checked_ = 
false;
 
Contains xtd::forms::appearance 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
 
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
 
event< radio_button, event_handler > appearance_changed
Occurs when the appearance property value changes.
Definition: radio_button.h:84
 
event< radio_button, event_handler > checked_changed
Occurs when the value of the checked property changes.
Definition: radio_button.h:88
 
#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