Vcl.ExtCtrls.TBandMoveEvent

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

C++

typedef void __fastcall (__closure *TBandMoveEvent)(System::TObject* Sender, Vcl::Controls::TControl* Control, System::Types::TRect &ARect);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.ExtCtrls.hpp Vcl.ExtCtrls Vcl.ExtCtrls

説明

TBandMoveEvent は、Vcl.ExtCtrls.TControlBar.OnBandMove イベントおよび Vcl.ExtCtrls.TCustomControlBar.OnBandMove イベントのハンドラの型です。


Sender は、バンドが移動されようとしているコントロール バーです。

Control はバンド上のコントロールで、移動されようとしているもの(通常は TToolBar オブジェクト)です。

ARect は、コントロールの移動先となる領域です。この値はイベント ハンドラ内で調整できます。

関連項目