Vcl.ScreenTips.TScreenTipBorderStyle.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read FColor write FColor default cDefaultBorderColor;

C++

__property System::Uitypes::TColor Color = {read=FColor, write=FColor, default=7763574};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipBorderStyle

Description

The border corner color.

Use Color to set the border corner color of a screen tip item.

See Also