Vcl.CategoryButtons.TCategoryButtons.RegularButtonColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RegularButtonColor: TColor read FRegularButtonColor write SetRegularButtonColor nodefault;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Beschreibung

Legt die Farbe einer Schaltfläche im normalen, nicht ausgewählten Status fest.

Die Eigenschaft RegularButtonColor legt die Farbe einer Schaltfläche im normalen, nicht ausgewählten Status fest.

Siehe auch