ComponentTray.SetTrayLocation(IComponent, Point) Yöntem

Tanım

Genişletici özelliğinin Location değerini ayarlar.

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)

Parametreler

receiver
IComponent

IComponent konum genişletici özelliğini alan.

location
Point

Point konumunu receivertemsil eden bir.

Açıklamalar

Location Extender özelliği görsel olmayan tüm bileşenlere sunulur. Gerçek değer değerini hesaba katıyor AutoScrollPosition.

Şunlara uygulanır

Ayrıca bkz.