Vcl.WinXCalendars.TCalendarPicker.DisabledColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledColor: TColor read GetDisabledColor write SetDisabledColor default -16777201;

C++

__property DisabledColor = {default=-16777201};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarPicker

Description

Specifies the color for the disabled days.

Vcl.WinXCalendars.TCalendarPicker.DisabledColor inherits from Vcl.WinXCalendars.TCustomCalendarPicker.DisabledColor. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.DisabledColor.

Specifies the color for the disabled days.

Use the DisabledColor property to specify the color for the disabled days.

See Also