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

ウィンドウの位置。

属性

適用対象