ComponentTray.GetLocation(IComponent) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネント トレイの左上隅に対して相対的に、指定したコンポーネントの位置を取得します。
public:
System::Drawing::Point GetLocation(System::ComponentModel::IComponent ^ receiver);
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point GetLocation (System.ComponentModel.IComponent receiver);
[<System.ComponentModel.Browsable(false)>]
member this.GetLocation : System.ComponentModel.IComponent -> System.Drawing.Point
Public Function GetLocation (receiver As IComponent) As Point
パラメーター
- receiver
- IComponent
位置を取得する対象の IComponent。
戻り値
指定したコンポーネントの座標を示す Point。または、指定したコンポーネントがコンポーネント トレイで見つからない場合は空の Point。 空の Point の IsEmpty プロパティは true
に等しく、通常、X プロパティおよび Y プロパティはそれぞれ 0 です。
- 属性
注釈
GetLocation は、コンポーネント トレイ内の各コンポーネントに追加される場所エクステンダー プロパティのアクセサー メソッドです。