RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TPageScrollerButtonState Enumeration

TPageScrollerButtonState indicates the state of a page scroller button.

Pascal
TPageScrollerButtonState = (
  bsNormal,
  bsInvisible,
  bsGrayed,
  bsDepressed,
  bsHot
);
C++
enum TPageScrollerButtonState {
  bsNormal,
  bsInvisible,
  bsGrayed,
  bsDepressed,
  bsHot
};

ComCtrls

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 grayed.  
bsDepressed  
The button is pressed.  
bsHot  
The button is hot (the mouse is hovering over the button).  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!