CreateParams.Parent 屬性

定義

取得或設定控制的父節點。

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

屬性值

IntPtr

nativeint

一個 IntPtr 包含控制項父節點視窗柄的 。

適用於

另請參閱