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,它包含控件的父级的窗口句柄。

适用于

另请参阅