Vcl.ComCtrls.TPageScrollerButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPageScrollerButton = (sbFirst, sbLast);

C++

enum DECLSPEC_DENUM TPageScrollerButton : unsigned char { sbFirst, sbLast };

Properties

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

Description

TPageScrollerButton identifies a button on a page scroller.


TPageScrollerButton has one of the following values:

Value Meaning

sbFirst

The top button (vertical orientation) or the left button (horizontal orientation).

sbLast

The bottom button (vertical orientation) or the right button (horizontal orientation).