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

AdornerUIManager Properties

The component that provides a transparent adorner layer for highlighting certain UI elements and/or displaying notifications for these elements.
Name Description
AllowArrowKeysNavigation Gets or sets whether or not end-users can cycle through selectable adorner elements (e.g., guides) by pressing arrow keys.
AllowTabNavigation Gets or sets whether or not end-users can cycle through selectable adorner elements (e.g., guides) by pressing Tab.
BadgeAppearance Provides access to appearance settings common to all Badge elements within this AdornerUIManager.
BadgeProperties Provides access to properties that affect all Badge elements within this AdornerUIManager.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Elements Provides zero-based indexed access to AdornerElements of any type owned by this AdornerUIManager.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
GuideAppearances Provides access to four sets of appearance settings common to all Guide objects owned by this manager.
GuideProperties Provides access to behavior settings common to all Guide objects owned by this manager.
IsUpdateLocked Gets whether or not this AdornerUIManager has been locked for updating.
Owner Gets or sets the control that owns this AdornerUIManager.
SelectedElement Returns the currently selected adorner element.
ShowGuides Gets or sets whether or not adorner guides should be displayed.
Site Gets or sets the ISite of the Component. Inherited from Component.
ValidationHintAppearances Provides access to three sets of appearance settings, applied to child ValidationHint objects in corresponding validation states.
ValidationHintProperties Provides access to behavior settings common to all ValidationHint objects owned by this manager.
See Also