Control.RecreatingHandle 속성

정의

컨트롤이 현재 자신의 핸들을 다시 만들고 있는지를 나타내는 값을 가져옵니다.

public:
 property bool RecreatingHandle { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool RecreatingHandle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.RecreatingHandle : bool
Public ReadOnly Property RecreatingHandle As Boolean

속성 값

Boolean

컨트롤이 현재 자신의 핸들을 다시 만들고 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

메서드가 RecreatingHandle 여전히 컨트롤에서 RecreateHandle 실행 중인 경우 속성이 반환 true 됩니다.

적용 대상

추가 정보