Control.RecreatingHandle プロパティ
コントロールが現在そのコントロールのハンドルを再作成中かどうかを示す値を取得します。
Public ReadOnly Property RecreatingHandle As Boolean
[C#]
public bool RecreatingHandle {get;}
[C++]
public: __property bool get_RecreatingHandle();
[JScript]
public function get RecreatingHandle() : Boolean;
プロパティ値
コントロールが現在そのコントロールのハンドルを再作成中である場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Control クラス | Control メンバ | System.Windows.Forms 名前空間 | RecreateHandle | Handle