Vcl.Forms.TCustomForm.VertScrollBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property VertScrollBar: TControlScrollBar read FVertScrollBar write SetVertScrollBar stored IsForm;

C++

__property VertScrollBar = {stored=IsForm};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

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

Vcl.Forms.TCustomForm.VertScrollBar erbt von Vcl.Forms.TScrollingWinControl.VertScrollBar. Der folgende Inhalt bezieht sich auf Vcl.Forms.TScrollingWinControl.VertScrollBar.

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

Mit VertScrollBar wird die vertikale Bildlaufleiste ausgeblendet, eingeblendet und im Aussehen verändert.

Siehe auch

Codebeispiele