9 #include <xtd/drawing/system_colors> 64 virtual bool auto_check()
const noexcept;
76 virtual bool checked()
const noexcept;
149 virtual bool three_state()
const noexcept;
207 drawing::size measure_control() const noexcept override;
213 virtual
void on_checked_changed(const
event_args&
e);
219 virtual
void on_check_state_changed(const
event_args& e);
221 void on_enabled_changed(const
event_args& e) override;
222 void on_handle_created(const
event_args& e) override;
225 void on_mouse_enter(const
event_args& e) override;
226 void on_mouse_leave(const
event_args& e) override;
234 void wm_mouse_down(message& message);
235 void wm_mouse_up(message& message);
237 std::shared_ptr<data> data_;
Contains xtd::forms::appearance enum class.
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 ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition: point.h:54
Contains xtd::forms::check_state enum class.
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:45
Represents an event.
Definition: event.h:21
Contains xtd::forms::visual_styles::check_box_state enum class.
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
size_t size
Represents a size of any object in bytes.
Definition: types.h:195