Vcl.RibbonActnCtrls.TRibbonLargeSplitButton.GetArrowPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArrowPosition(const ARect: TRect): TPoint; virtual;

C++

virtual System::Types::TPoint __fastcall GetArrowPosition(const System::Types::TRect &ARect);

Properties

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

Description

Computes and returns the arrow position.

GetArrowPosition computes the position of the arrow - considering factors like text bounds (whether the text is multiline or not) - and returns it.

See Also