Vcl.ComCtrls.TPageScrollerButtonState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TPageScrollerButtonState indicates the state of a page scroller button.


TPageScrollerButtonState has one of the following values:

Value Meaning

bsNormal

The button is in normal state.

bsInvisible

The button is not visible.

bsGrayed

The button is unavailable.

bsDepressed

The button is pressed.

bsHot

The button is hot (the mouse is hovering over the button.)