AdornerUIManager Events
The component that provides a transparent adorner layer for highlighting certain UI elements and/or displaying notifications for these elements.| Name | Description |
|---|---|
| Click | Fires when a user clicks any element owned by this Adorner Manager. |
| CustomDrawBadge | Allows you to paint any Badge manually. |
| CustomDrawGuide | Allows you to paint Guide objects manually. |
| CustomDrawValidationHint | Allows you to paint ValidationHint objects manually. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| QueryGuideFlyoutControl | Occurs when a Guide is activated and allows you to populate a flyout panel associated with this guide. |
| SelectedElementChanged | Occurs when a currently selected AdornerUIManager element changes. |
See Also