Vcl.ExtCtrls.TBeginBandMoveEvent

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

C++

typedef void __fastcall (__closure *TBeginBandMoveEvent)(System::TObject* Sender, Vcl::Controls::TControl* Control, bool &AllowMove);

プロパティ

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

説明

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


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

Control はバンド上のコントロールで、描画されようとしているものです。

AllowMove を使用すると、このイベント ハンドラで移動を無効にすることができます。

関連項目