Vcl.Controls.TConstrainedResizeEvent

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

C++

typedef void __fastcall (__closure *TConstrainedResizeEvent)(System::TObject* Sender, int &MinWidth, int &MinHeight, int &MaxWidth, int &MaxHeight);

プロパティ

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


説明

TConstrainedResizeEvent は、OnConstrainedResize イベントの関数型です。

TConstrainedResizeEvent は、次のパラメータを保持しています。



パラメータ 意味

Sender

このイベントを生成したコントロール。

MinWidth | MinHeight | MaxWidth | MaxHeight

サイズ変更操作に関連付けられたサイズ制限。



関連項目