Vcl.RibbonActnCtrls.TRibbonLargeSplitButton.InSplit
Delphi
function InSplit(X, Y: Integer): Boolean; inline;
C++
bool __fastcall InSplit(int X, int Y);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonLargeSplitButton |
Description
Computes the coordinates of the cursor and verifies whether the cursor is in split rectangle or not.
InSplit verifies whether the cursor is in split rectangle or not. The method returns True if the cursor is in split rectangle and False, otherwise.