Share via


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。

適用於

另請參閱