CreateParams.Parent Propiedad

Definición

Obtiene o establece el elemento principal del control.

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

Valor de propiedad

IntPtr

nativeint

IntPtr que contiene el identificador de ventana del elemento principal del control.

Se aplica a

Consulte también