Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.GetArrowPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TRibbonSmallSplitButton

Description

Computes and returns the arrow position.

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