TdxNavBarViewInfo.IsPtBottomScrollButton(TPoint) Method
Returns a value indicating whether the specified point is in the bottom scroll button‘s area.
Declaration
function IsPtBottomScrollButton(const pt: TPoint): Boolean;
Parameters
Name | Type |
---|---|
pt | TPoint |
Returns
Type |
---|
Boolean |
Remarks
This function is used to determine whether specified point is located within the boundaries of the bottom scroll button. The pt parameter specifies an object of the TPoint type which represents the tested point’s coordinates.
See Also