10 #include <xtd/environment> 64 virtual bool auto_repeat()
const noexcept;
68 virtual button& auto_repeat(
bool auto_repeat);
72 virtual int32 auto_repeat_delay()
const noexcept;
76 virtual button& auto_repeat_delay(
int32 auto_repeat_delay);
80 virtual int32 auto_repeat_interval()
const noexcept;
84 virtual button& auto_repeat_interval(
int32 auto_repeat_interval);
117 void notify_default(
bool value)
override;
119 void perform_click()
override;
139 void on_enabled_changed(
const event_args& e)
override;
140 void on_handle_created(
const event_args& e)
override;
143 void on_mouse_enter(
const event_args& e)
override;
144 void on_mouse_leave(
const event_args& e)
override;
149 void on_auto_repeat_timer_tick(
object& sender,
const event_args& e);
151 std::shared_ptr<data> data_;
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
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
Contains xtd::forms::dialog_result enum class.
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
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