Vcl.ComCtrls.TToolBar.HotTrackColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTrackColor: TColor read FHotTrackColor

C++

__property System::Uitypes::TColor HotTrackColor = {read=FHotTrackColor, write=FHotTrackColor, default=15717318};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Color used as hot tracking color when in gradient style.

This is the color used as the hot tracking color when the toolbar's DrawingStyle property is set to dsGradient. The hot tracking color is the color the button turns when the mouse moves over it.