Skip to main content
A newer version of this page is available. .

AdornerUIManager Events

The component that provides a transparent adorner layer for highlighting certain UI elements and/or displaying notifications for these elements.
Name Description
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