ComponentTray.SetTrayLocation(IComponent, Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 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
程序属性提供给所有非可视组件。 实际值考虑值 AutoScrollPosition。