Share via


ActiveXHost.OnWindowPositionChanged(Rect) 方法

定义

当承载的窗口的位置发生更改时调用。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 override void OnWindowPositionChanged(System::Windows::Rect bounds);
[System.Security.SecurityCritical]
protected override void OnWindowPositionChanged (System.Windows.Rect bounds);
protected override void OnWindowPositionChanged (System.Windows.Rect bounds);
[<System.Security.SecurityCritical>]
override this.OnWindowPositionChanged : System.Windows.Rect -> unit
override this.OnWindowPositionChanged : System.Windows.Rect -> unit
Protected Overrides Sub OnWindowPositionChanged (bounds As Rect)

参数

bounds
Rect

窗口的位置。

属性

适用于