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。

适用于

另请参阅