TcxCustomSplitter.IsPointInHotZone(Integer,Integer) Method
Identifies if the specified point is within the hot zone area.
Declaration
function IsPointInHotZone(const X: Integer; const Y: Integer): Boolean;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the point whose coordinates are passed as the X and Y parameters is within the hot zone area; otherwise, False.
See Also