Vcl.RibbonActnCtrls.TCustomRibbonComboBox.SetBounds

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

Delphi

procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer;
AHeight: Integer); override;

C++

virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TCustomRibbonComboBox

説明

1 回の操作で、コントロールの Left 、Top 、Width 、および Height プロパティを設定します。

SetBounds メソッドは、1 回の操作で、コントロールの Left 、Top 、Width 、および Height プロパティを設定します。Left 、Top 、Width 、および Height プロパティの値に、それぞれ ALeftATopAWidth 、および AHeight パラメータを指定します。Left 、Top 、Width 、および Height プロパティを別々に設定しても同じ効果が得られますが、SetBounds は一度に 4 つすべてのプロパティを変更します。