次の方法で共有


ComponentTray.SetTrayLocation(IComponent, Point) メソッド

定義

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)

パラメーター

receiver
IComponent

位置エクステンダー プロパティを受け取る IComponent

location
Point

receiver の位置を表す Point

注釈

Locationエクステンダー プロパティは、ビジュアル以外のすべてのコンポーネントに提供されます。 実際の値では AutoScrollPosition、.

適用対象

こちらもご覧ください