ComponentTray.GetTrayLocation(IComponent) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
的位置。
- 属性
注解
扩展 Location
程序属性提供给所有非可视组件。 返回的值将考虑值 AutoScrollPosition。 如果没有 receiver
组件视图,则返回的值为空 Point。