Sdílet prostřednictvím


ComponentTray.SetTrayLocation(IComponent, Point) Metoda

Definice

Nastaví hodnotu vlastnosti extenderu 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)

Parametry

receiver
IComponent

Tím IComponent se zobrazí vlastnost extenderu umístění.

location
Point

A Point představující umístění receiver.

Poznámky

Vlastnost Location extenderu je nabízena všem ne vizuálním komponentám. Skutečná hodnota bere v úvahu hodnotu AutoScrollPosition.

Platí pro

Viz také