Vcl.OleCtnrs.TOleContainer.OnResize

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

Delphi

property OnResize: TNotifyEvent read FOnResize write FOnResize;

C++

__property System::Classes::TNotifyEvent OnResize = {read=FOnResize, write=FOnResize};

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

説明

OLE コンテナウィンドウがサイズ変更された直後に発生します。

OnResize イベントハンドラを記述すると,OLE コンテナウィンドウのサイズ変更に応答できます。SizeMode プロパティが smAutoSize の場合は,OLE オブジェクトがサイズ変更されるたびにコンテナウィンドウのサイズが変更されます。

関連項目