Vcl.RibbonActnCtrls.TRibbonDropDownButton.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 TRibbonDropDownButton

Description

Computes and returns the arrow position.

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

See Also