Compartir vía


ComponentTray.SetTrayLocation(IComponent, Point) Método

Definición

Establece el valor de la propiedad extensora Location.

public:
 void SetTrayLocation(System::ComponentModel::IComponent ^ receiver, System::Drawing::Point location);
public void SetTrayLocation (System.ComponentModel.IComponent receiver, System.Drawing.Point location);
member this.SetTrayLocation : System.ComponentModel.IComponent * System.Drawing.Point -> unit
Public Sub SetTrayLocation (receiver As IComponent, location As Point)

Parámetros

receiver
IComponent

La interfaz IComponent que recibe la propiedad extensora location.

location
Point

Point que representa la ubicación de receiver.

Comentarios

La Location propiedad extender se ofrece a todos los componentes que no son visuales. El valor real tiene en cuenta el valor de AutoScrollPosition.

Se aplica a

Consulte también