API:Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.GetArrowPosition
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.
Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.GetArrowPosition inherits from Vcl.RibbonActnCtrls.TRibbonDropDownButton.GetArrowPosition. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonDropDownButton.GetArrowPosition.
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.