Adorner::Invalidate Method

 

Forces the BehaviorService to refresh its adorner window.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubmethodInvalidate()

Forces the BehaviorService to refresh its adorner window.

System_CAPS_pubmethodInvalidate(Rectangle)

Forces the BehaviorService to refresh its adorner window within the given Rectangle.

System_CAPS_pubmethodInvalidate(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.

No code example is currently available or this language may not be supported.
Return to top
Show: