Vcl.WinXCalendars.TCustomCalendarView.DisabledColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledColor: TColor read FDisabledColor write SetDisabledColor default clBtnFace;

C++

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

Properties

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

Description

Specifies the color for the disabled days.

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

See Also