Vcl.CategoryButtons.TCategoryButtons.SelectedButtonColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectedButtonColor: TColor read FSelectedButtonColor write SetSelectedButtonColor nodefault;

C++

__property System::Uitypes::TColor SelectedButtonColor = {read=FSelectedButtonColor, write=SetSelectedButtonColor, nodefault};

Properties

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

Description

Specifies the color of the selected button.

The SelectedButtonColor property returns the color of the button when a user selects the button.

See Also