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

視窗的位置。

屬性

適用於