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