61 [[nodiscard]] virtual auto
increment() const noexcept ->
double;
71 [[nodiscard]] virtual auto
maximum() const noexcept ->
double;
81 [[nodiscard]] virtual auto
minimum() const noexcept ->
double;
91 [[nodiscard]] virtual auto
value() const noexcept ->
double;
100 [[nodiscard]] virtual auto
wrapped() const noexcept ->
bool;
114 auto
set_range(
double min_value,
double max_value) ->
void;
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.hpp:18
Represents an event.
Definition event.hpp:23
generic_event_handler< const xtd::event_args & > event_handler
Represents the method that will handle an event that has no event data.
Definition event_handler.hpp:24
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
std::uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.hpp:23
xtd::shared_ptr_object< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr auto data() const noexcept -> const_pointer
Gets direct access to the underlying contiguous storage.
Definition read_only_span.hpp:197
constexpr auto size() const noexcept -> size_type
Returns the number of elements.
Definition read_only_span.hpp:217
Contains xtd::forms::up_down_base control.