10#include <xtd/environment>
76 virtual
button& auto_repeat(
bool auto_repeat);
80 virtual
int32 auto_repeat_delay() const noexcept;
88 virtual
int32 auto_repeat_interval() const noexcept;
92 virtual
button& auto_repeat_interval(
int32 auto_repeat_interval);
108 void notify_default(
bool value) override;
110 void perform_click() override;
122 static
button create(const drawing::point& location);
133 static
button create(const drawing::point& location, const drawing::
size&
size, const
xtd::
string& name);
142 static
button create(const
xtd::
string& text, const drawing::point& location);
148 static
button create(const
xtd::
string& text, const drawing::point& location, const drawing::
size&
size);
155 static
button create(const
xtd::
string& text, const drawing::point& location, const drawing::
size&
size, const
xtd::
string& name);
164 static
button create(const
control& parent, const drawing::point& location);
188 static
button create(const
control& parent, const
xtd::
string& text, const drawing::point& location);
203 static
button create(const
control& parent, const
xtd::
string& text, const drawing::point& location, const drawing::
size&
size, const
xtd::
string& name);
214 xtd::
forms::visual_styles::push_button_state state() const noexcept;
226 drawing::
size measure_control() const noexcept override;
240 void auto_repeat_perform_click();
241 void on_auto_repeat_timer_tick(
object& sender, const
event_args& e);
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Contains xtd::forms::dialog_result enum class.
#define forms_export_
Define shared library export.
Definition forms_export.h:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
std::unique_ptr< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.h:25
size_t size
Represents a size of any object in bytes.
Definition size.h:23
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10