次の方法で共有


ComponentTray.GetTrayLocation(IComponent) メソッド

定義

Location エクステンダー プロパティの値を取得します。

public:
 System::Drawing::Point GetTrayLocation(System::ComponentModel::IComponent ^ receiver);
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point GetTrayLocation (System.ComponentModel.IComponent receiver);
[<System.ComponentModel.Browsable(false)>]
member this.GetTrayLocation : System.ComponentModel.IComponent -> System.Drawing.Point
Public Function GetTrayLocation (receiver As IComponent) As Point

パラメーター

receiver
IComponent

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

戻り値

Point

receiver の位置を表す Point

属性

注釈

Locationエクステンダー プロパティは、ビジュアル以外のすべてのコンポーネントに提供されます。 返される値は、.の値 AutoScrollPositionを考慮します。 コンポーネント ビューがない場合 receiver 、返される値は空 Pointです。

適用対象

こちらもご覧ください