Adorner::Enabled Property
.NET Framework (current version)
Gets or sets a value indicating if the Adorner is enabled.
Assembly: System.Design (in System.Design.dll)
If the Enabled property is true, the BehaviorService class will send HitTest and Paint messages to the Adorner.
The following code example demonstrates how to enable and disable an Adorner. For a full code listing, see How to: Extend the Appearance and Behavior of Controls in Design Mode.
.NET Framework
Available since 2.0
Available since 2.0
Show: