50 virtual int32 large_change()
const noexcept;
59 virtual int32 maximum()
const noexcept;
68 virtual int32 minimum()
const noexcept;
88 virtual int32 small_change()
const noexcept;
99 virtual int32 tick_frequency()
const noexcept;
119 virtual int32 value()
const noexcept;
134 void set_range(
int32 min_value,
int32 max_value);
162 drawing::
size default_size() const noexcept override;
170 void on_handle_created(const
event_args&
e) override;
183 virtual
void on_value_changed(const
event_args& e);
196 void set_client_size_core(
int32 width,
int32 height) override;
207 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
Contains xtd::forms::orientation enum class.
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
std::string to_string(const date_time &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: date_time.h:1063
Represents an event.
Definition: event.h:21
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
Contains xtd::forms::control control.
Contains xtd::forms::tick_style enum class.
size_t size
Represents a size of any object in bytes.
Definition: types.h:195