Vcl.CategoryButtons.TCategoryButtons.HotButtonColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotButtonColor: TColor read FHotButtonColor write SetHotButtonColor default $00EFD3C6;

C++

__property System::Uitypes::TColor HotButtonColor = {read=FHotButtonColor, write=SetHotButtonColor, default=15717318};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Specifies the color of a hot button, if necessary.

The HotButtonColor property specifies the color of of the button, when the mouse cursor moves over that button.

See Also