Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.InSplit

From RAD Studio API Documentation
Jump to: navigation, search

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 TRibbonSmallSplitButton

Description

Computes the cursor coordinates and verifies whether the cursor is in the split rectangle or not.

InSplit verifies whether the cursor is in the split rectangle. The method returns True if the cursor is in the split rectangle and False, otherwise.