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 Adorner |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Command |
Gets or sets the ICommand whose ExecuteClick event is invoked.
|
Command |
Gets or sets the parameter that is passed to the command specified by the Command property.
|
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
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. |
Is |
Gets whether the Adorner |
Properties |
Provides access to a set of Adorner |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tab |
Gets or sets the tab index for this Adorner |
Tag |
Gets or sets any object associated with this Adorner |
Target |
Gets or sets the UI element to which this Adorner |
Target |
Gets or sets whether this Adorner |
Visible |
Gets or sets whether or not this Adorner |
See Also