Vcl.WinXCalendars.TCustomCalendarPicker.SelectionColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionColor: TColor read GetSelectionColor write SetSelectionColor default clHighlight;

C++

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

Properties

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

Description

Specifies what color is selected.

See Also