TdxNavBarViewInfo.BottomScrollButtonState Property
In This Article
Returns the state of the bottom scroll button.
#Declaration
Delphi
property BottomScrollButtonState: TdxNavBarObjectStates read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the BottomScrollButtonState property when handling the OnCustomDraw.BottomScrollButton event. It enables you to distinguish between button states due to user manipulations. Thus, you can paint the button differently when it is hot-tracked, pressed or in the normal state.
The BottomScrollButtonState property can return one of the following values.
Value | Description |
---|---|
s |
Indicates that the button is currently being hot-tracked. |
s |
Indicates that the button is disabled. This can take place only when the VSTool |
s |
Indicates that the button is currently being pressed. |
Note
other values listed by the Tdx
See Also