Vcl.RibbonActnCtrls.TRibbonSplitMenuItem.IsInSplit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsInSplit(const Pt: TPoint): Boolean; inline;

C++

bool __fastcall IsInSplit(const System::Types::TPoint &Pt);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSplitMenuItem

Description

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

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