49 virtual double decimal_place()
const noexcept;
59 virtual double increment()
const noexcept;
69 virtual double maximum()
const noexcept;
79 virtual double minimum()
const noexcept;
89 virtual double value()
const noexcept;
98 virtual bool wrapped()
const noexcept;
133 void set_range(
double min_value,
double max_value);
153 drawing::color default_back_color() const noexcept override;
154 drawing::color default_fore_color() const noexcept override;
162 void on_handle_created(const
event_args&
e) override;
166 virtual
void on_value_changed(const
event_args&
e);
168 void on_lost_focus(const
event_args& e) override;
178 std::shared_ptr<data> data_;
Contains xtd::forms::application 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
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
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
static const ustring empty_string
Represents the empty string.
Definition: ustring.h:53
Contains xtd::forms::up_down_base control.
size_t size
Represents a size of any object in bytes.
Definition: types.h:195