Control.IsHandleCreated 속성
정의
컨트롤에 연결된 핸들이 있는지를 나타내는 값을 가져옵니다.Gets a value indicating whether the control has a handle associated with it.
public:
property bool IsHandleCreated { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsHandleCreated { get; }
member this.IsHandleCreated : bool
Public ReadOnly Property IsHandleCreated As Boolean
속성 값
컨트롤에 핸들이 할당되었으면 true
이고, 그렇지 않으면 false
입니다.true
if a handle has been assigned to the control; otherwise, false
.
- 특성
설명
IsHandleCreated 속성을 사용 하 여 CreateHandle 호출 되었는지 여부를 확인 합니다.Use the IsHandleCreated property to determine whether CreateHandle has been called.