Vcl.WinXCalendars.TDrawViewInfoParams.SelectionColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionColor: TColor read FSelectionColor write FSelectionColor;

C++

__property System::Uitypes::TColor SelectionColor = {read=FSelectionColor, write=FSelectionColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TDrawViewInfoParams

Description

Specifies the color for a rectangle around the selected elements.

See Also