Control.RecreatingHandle 속성
정의
컨트롤이 현재 자신의 핸들을 다시 만들고 있는지를 나타내는 값을 가져옵니다.Gets a value indicating whether the control is currently re-creating its handle.
public:
property bool RecreatingHandle { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool RecreatingHandle { get; }
member this.RecreatingHandle : bool
Public ReadOnly Property RecreatingHandle As Boolean
속성 값
컨트롤이 현재 자신의 핸들을 다시 만들고 있으면 true
이고, 그렇지 않으면 false
입니다.true
if the control is currently re-creating its handle; otherwise, false
.
- 특성
설명
RecreatingHandle 속성은 RecreateHandle 메서드가 컨트롤에서 아직 실행 되 고 있는 경우 true
을 반환 합니다.The RecreatingHandle property returns true
if the RecreateHandle method is still running on the control.