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. |
Custom |
Allows you to paint any Badge manually. |
Custom |
Allows you to paint Guide objects manually. |
Custom |
Allows you to paint Validation |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Query |
Occurs when a Guide is activated and allows you to populate a flyout panel associated with this guide. |
Selected |
Occurs when a currently selected Adorner |
See Also