81 hit_test_info(
const hit_test_info&) =
default;
82 hit_test_info& operator =(
const hit_test_info&) =
default;
99 friend class
xtd::
forms::month_calendar;
701 explicit operator auto()
const noexcept {
return xtd::enum_collection<xtd::forms::month_calendar::hit_area> {{
xtd::forms::month_calendar::hit_area::nowhere,
"nowhere"}, {
xtd::forms::month_calendar::hit_area::title_background,
"title_background"}, {
xtd::forms::month_calendar::hit_area::title_month,
"title_month"}, {
xtd::forms::month_calendar::hit_area::title_year,
"title_year"}, {
xtd::forms::month_calendar::hit_area::next_month_button,
"next_month_button"}, {
xtd::forms::month_calendar::hit_area::prev_month_button,
"prev_month_button"}, {
xtd::forms::month_calendar::hit_area::calendar_background,
"calendar_background"}, {
xtd::forms::month_calendar::hit_area::date,
"date"}, {
xtd::forms::month_calendar::hit_area::next_month_date,
"next_month_date"}, {
xtd::forms::month_calendar::hit_area::prev_month_date,
"prev_month_date"}, {
xtd::forms::month_calendar::hit_area::day_of_week,
"day_of_week"}, {
xtd::forms::month_calendar::hit_area::week_numbers,
"week_numbers"}, {
xtd::forms::month_calendar::hit_area::today_link,
"today_link"}};}
Contains xtd::forms::application class.
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Represents an instant in time, typically expressed as a date and time of day.
Definition date_time.hpp:85
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:21
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
Contains xtd::forms::control control.
Contains xtd::forms::date_range_event_handler event handler.
Contains xtd::forms::day enum class.
xtd::delegate< void(object &sender, const date_range_event_args &e)> date_range_event_handler
Represents the method that will handle the xtd::forms::month_calendar::date_changed and xtd::forms::m...
Definition date_range_event_handler.hpp:28
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
xtd::shared_ptr_object< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
xtd::unique_ptr_object< type_t > uptr
The xtd::uptr object is a unique pointer.
Definition uptr.hpp:25
uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.hpp:23
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
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 const_pointer data() const noexcept
Gets direct access to the underlying contiguous storage.
Definition read_only_span.hpp:201
Contains xtd::forms::selection_range control.
Provides the registration struct for enumerations.
Definition enum_register.hpp:38