79 virtual bool auto_check()
const noexcept;
83 virtual check_box& auto_check(
bool auto_check);
98 virtual bool checked()
const noexcept;
136 virtual bool three_state()
const noexcept;
140 virtual check_box& three_state(
bool three_state);
202 drawing::size measure_control() const noexcept override;
208 virtual
void on_appearance_changed(const
event_args&
e);
214 virtual
void on_checked_changed(const
event_args& e);
220 virtual
void on_check_state_changed(const
event_args& e);
222 void on_enabled_changed(const
event_args& e) override;
223 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 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