TdxNavBarViewInfo.BottomScrollButtonRect Property
Returns the bounding rectangle of the bottom scroll button.
Declaration
property BottomScrollButtonRect: TRect read;
Property Value
Type |
---|
TRect |
Remarks
Use the BottomScrollButtonRect property when handling the OnCustomDraw.BottomScrollButton event. This property enables you to identify the location and size of the button to be painted.
See Also