Compartir a través de


ComponentTray.GetTrayLocation(IComponent) Método

Definición

Obtiene el valor de la propiedad extensora Location.

public:
 System::Drawing::Point GetTrayLocation(System::ComponentModel::IComponent ^ receiver);
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point GetTrayLocation (System.ComponentModel.IComponent receiver);
[<System.ComponentModel.Browsable(false)>]
member this.GetTrayLocation : System.ComponentModel.IComponent -> System.Drawing.Point
Public Function GetTrayLocation (receiver As IComponent) As Point

Parámetros

receiver
IComponent

La interfaz IComponent que recibe la propiedad extensora location.

Devoluciones

Point

Point que representa la ubicación de receiver.

Atributos

Comentarios

La Location propiedad extender se ofrece a todos los componentes que no son visuales. El valor devuelto tiene en cuenta el valor de AutoScrollPosition. Si receiver no tiene una vista de componente, el valor devuelto es un vacío Point.

Se aplica a

Consulte también