ComponentTray.SetTrayLocation(IComponent, Point) Método

Definición

Establece el valor de la Location propiedad extender.

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

IComponent que recibe la propiedad del extensor de ubicación.

location
Point

que Point 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