Vcl.ComCtrls.TPageScrollerOrientation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TPageScrollerOrientation = (soHorizontal, soVertical);

C++

enum DECLSPEC_DENUM TPageScrollerOrientation : unsigned char { soHorizontal, soVertical };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TPageScrollerOrientation indique l'orientation d'un contrôle de défilement de page.

TPageScrollerOrientation prend l'une des valeurs suivantes :



Valeur Signification

soHorizontal

Orientation horizontale.

soVertical

Orientation verticale.