Vcl.ActnMan.TCustomActionBar.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.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

説明

ポップアップメニューが展開されるかどうかによって範囲を設定します。

SetBounds メソッドは,展開されたポップアップメニューの幅と高さに合わせて AWidth および AHeight パラメータを変更してから(必要な場合),継承メソッドを呼び出します。SetBounds についての詳細は,継承メソッドのトピックを参照してください。

関連項目