FMX.ListBox.TCustomComboBox.PlacementRectangle

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PlacementRectangle: TBounds read GetPlacementRectangle write SetPlacementRectangle;

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox


説明

コンボ ボックスのドロップダウン リストの位置を示します。

PlacementRectangle を使用すると、配置四角形の座標を指定することができます。ドロップダウン リストは、その左上隅が、配置四角形の左下隅になるよう、表示されます。原点は、コンボ ボックス ボタンの左上隅となります。

TComboBox.PlacementRectangle.PNG

関連項目