ActiveXHost.OnWindowPositionChanged(Rect) Método

Definición

Se le llama cuando cambia la posición de la ventana hospedada.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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)

Parámetros

bounds
Rect

Posición de la ventana.

Atributos

Se aplica a