FMX.ListBox.TCustomComboBox.PlacementRectangle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PlacementRectangle: TBounds read GetPlacementRectangle write SetPlacementRectangle;

C++

__property Fmx::Types::TBounds* PlacementRectangle = {read=GetPlacementRectangle, write=SetPlacementRectangle};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Specifies the position of the drop-down list of the combo box.

Use PlacementRectangle to specify the coordinates of the placement rectangle. The drop-down list will be displayed with the upper-left corner in the lower-left corner of the placement rectangle. The origin is considered to be the upper-left corner of the combo box button.

TComboBox.PlacementRectangle.PNG

See Also