ComponentTray.SetTrayLocation(IComponent, Point) Método

Definição

Define o valor da propriedade de extensão 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

O IComponent que recebe a propriedade de extensor do local.

location
Point

Um Point que representa o local do receiver.

Comentários

A Location propriedade do extensor é oferecida a todos os componentes não visuais. O valor real leva em conta o valor de AutoScrollPosition.

Aplica-se a

Confira também