Vcl.WinXCalendars.TCustomCalendarPicker.DisabledColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledColor: TColor read GetDisabledColor write SetDisabledColor default clBtnFace;

C++

__property System::Uitypes::TColor DisabledColor = {read=GetDisabledColor, write=SetDisabledColor, default=-16777201};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarPicker

Description

Specifies the color for the disabled days.

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

See Also