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 具有等于 true
的 IsEmpty 属性,并且,通常具有分别都等于零的 X 属性和 Y 属性。
- 属性
注解
GetLocation 是添加到组件托盘中每个组件的位置扩展器属性的访问器方法。