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

AdornerElement Properties

The base class for all adorner elements (e.g., Badges).
Name Description
Appearances Provides access to multiple sets of appearance settings, applied in different AdornerElement visual states.
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.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
IsDisposing Gets whether the AdornerElement is being disposed of.
Properties Provides access to a set of AdornerElement properties.
Site Gets or sets the ISite of the Component. Inherited from Component.
TabIndex Gets or sets the tab index for this AdornerElement.
Tag Gets or sets any object associated with this AdornerElement.
TargetElement Gets or sets the UI element to which this AdornerElement is bound.
TargetElementRegion Gets or sets whether this AdornerElement should be aligned relatively to the target element’s header or child control.
Visible Gets or sets whether or not this AdornerElement is visible.
See Also