Vcl.Controls.TCanResizeEvent

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

C++

typedef void __fastcall (__closure *TCanResizeEvent)(System::TObject* Sender, int &NewWidth, int &NewHeight, bool &Resize);

プロパティ

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


説明

TCanResizeEvent は、OnCanResize イベント ハンドラの型です。.

Sender は、サイズ変更されようとしているオブジェクトです。

NewWidth は、オブジェクトの新しい幅を返します。

NewHeight は、オブジェクトの新しい高さを返します。

Resize は、サイズ変更が行われたら true を、サイズ変更が中止されたら false を返します。

関連項目