Vcl.ComCtrls.TCustomHeaderControl.HotTrack

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HotTrack: Boolean read FHotTrack write SetHotTrack;

C++

__property bool HotTrack = {read=FHotTrack, write=SetHotTrack, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Beschreibung

Hebt Kopfzeilenabschnitte optisch hervor, wenn die Maus über sie bewegt wird.

Wenn HotTrack den Wert true hat, wird der Text in Kopfzeilenabschnitten optisch hervorgehoben, wenn der Mauszeiger zur Laufzeit über die Abschnitte bewegt wird.

Siehe auch