Vcl.ComCtrls.TPageScrollerButtonState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TPageScrollerButtonState = (bsNormal, bsInvisible, bsGrayed, bsDepressed, bsHot);

C++

enum DECLSPEC_DENUM TPageScrollerButtonState : unsigned char { bsNormal, bsInvisible, bsGrayed, bsDepressed, bsHot };

Propriétés

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

Description

TPageScrollerButtonState indique l'état d'un bouton de défilement de page.

TPageScrollerButtonState prend l'une des valeurs suivantes :



Valeur Signification

bsNormal

Bouton en état normal.

bsInvisible

Bouton invisible.

bsGrayed

Bouton estompé.

bsDepressed

Bouton enfoncé.

bsHot

Bouton actif (souris sur le bouton).