Vcl.WinXCalendars.TCustomCalendarView.SelectionColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionColor: TColor read FSelectionColor write SetSelectionColor default clHighlight;

C++

__property System::Uitypes::TColor SelectionColor = {read=FSelectionColor, write=SetSelectionColor, default=-16777203};

Properties

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

Description

Specifies what color is selected.

See Also