Adorner::Invalidate Method
.NET Framework (current version)
Forces the BehaviorService to refresh its adorner window.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Invalidate() | Forces the BehaviorService to refresh its adorner window. |
![]() | Invalidate(Rectangle) | Forces the BehaviorService to refresh its adorner window within the given Rectangle. |
![]() | Invalidate(Region^) | Forces the BehaviorService to refresh its adorner window within the given Region. |
The following example demonstrates how to force an Adorner window to repaint. For a full code listing, see How to: Extend the Appearance and Behavior of Controls in Design Mode.
Show:
