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