Vcl.CategoryButtons.TCategoryButtons.RegularButtonColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RegularButtonColor: TColor read FRegularButtonColor write SetRegularButtonColor nodefault;

C++

__property System::Uitypes::TColor RegularButtonColor = {read=FRegularButtonColor, write=SetRegularButtonColor, nodefault};

Properties

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

Description

Specifies the color of a button in the normal, unselected state.

The RegularButtonColor property specifies the color of a button in the normal, unselected state.

See Also