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

창의 위치입니다.

특성

적용 대상