Vcl.Forms.TScrollingWinControl.HorzScrollBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HorzScrollBar: TControlScrollBar read FHorzScrollBar write SetHorzScrollBar;

C++

__property TControlScrollBar* HorzScrollBar = {read=FHorzScrollBar, write=SetHorzScrollBar};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScrollingWinControl

Beschreibung

Repräsentiert die horizontale Bildlaufleiste für das fensterorientierte Steuerelement.

Mit HorzScrollBar wird die horizontale Bildlaufleiste ausgeblendet, eingeblendet und im Aussehen verändert.

Siehe auch

Codebeispiele