Share via


ComponentTray.SetTrayLocation(IComponent, Point) Metodo

Definizione

Imposta il valore della proprietà di estensione 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)

Parametri

receiver
IComponent

Oggetto IComponent che riceve la proprietà di estensione della posizione.

location
Point

Oggetto Point che rappresenta la posizione di receiver.

Commenti

La Location proprietà extender viene offerta a tutti i componenti non visivi. Il valore effettivo tiene conto del valore di AutoScrollPosition.

Si applica a

Vedi anche