91 const
xtd::drawing::point& point() const noexcept;
103 xtd::drawing::point point_;
144 const
xtd::drawing::
size& calendar_dimensions() const noexcept;
172 uint32 max_selection_count() const noexcept;
246 bool show_today() const noexcept;
256 bool show_today_circle() const noexcept;
265 bool show_week_numbers() const noexcept;
274 xtd::drawing::
size single_month_size() const noexcept;
279 xtd::drawing::color title_back_color() const noexcept;
288 xtd::drawing::color title_fore_color() const noexcept;
306 bool today_date_set() const noexcept;
311 xtd::drawing::color trailing_fore_color() const noexcept;
367 void remove_all_annually_bolded_dates();
372 void remove_all_bolded_dates();
377 void remove_all_monthly_bolded_dates();
412 xtd::
string to_string() const noexcept override;
416 void update_bolded_dates();
655 xtd::drawing::color default_back_color() const noexcept override;
656 xtd::drawing::color default_fore_color() const noexcept override;
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.
Represents an instant in time, typically expressed as a date and time of day.
Definition date_time.h:85
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 event.
Definition event.h:21
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
Contains xtd::forms::date_range_event_handler event handler.
Contains xtd::forms::day enum class.
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.h:25
#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
uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.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
std::vector< xtd::collections::generic::key_value_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.h:22
day_of_week
Specifies the day of the week.
Definition day_of_week.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::selection_range control.
Provides the registration struct for enumerations.
Definition enum_register.h:38
Contains xtd::forms::style_sheets::control class.