HwndSourceParameters.ParentWindow 속성

정의

만든 창에 대한 부모의 창 핸들(HWND)을 가져오거나 설정합니다.

public:
 property IntPtr ParentWindow { IntPtr get(); void set(IntPtr value); };
public IntPtr ParentWindow { get; set; }
member this.ParentWindow : nativeint with get, set
Public Property ParentWindow As IntPtr

속성 값

IntPtr

nativeint

부모 창의 HWND입니다.

적용 대상

추가 정보