HwndHost::OnWindowPositionChanged Method (Rect)
.NET Framework (current version)
Called when the hosted window's position changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: [SecurityCriticalAttribute] virtual void OnWindowPositionChanged( Rect rcBoundingBox )
Parameters
- rcBoundingBox
-
Type:
System.Windows::Rect
The window's position.
Security Note
|
|---|
This type or member is not available in the Internet security zone. |
Notes to Implementers:
Subclasses can override this method to resize the window based on the provided dimensions of rcBoundingBox.
.NET Framework
Available since 3.0
Available since 3.0
Show:
