AdornerUIManager Members
In This Article
#Constructors
Name | Description |
---|---|
Adorner |
Initializes a new instance of the Adorner |
Adorner |
Initializes a new instance of the Adorner |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether or not end-users can cycle through selectable adorner elements (e. |
Allow |
Gets or sets whether or not end-users can cycle through selectable adorner elements (e. |
Badge |
Provides access to appearance settings common to all Badge elements within this Adorner |
Badge |
Provides access to properties that affect all Badge elements within this Adorner |
Can |
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. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Elements |
Provides zero-based indexed access to Adorner |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Guide |
Provides access to four sets of appearance settings common to all Guide objects owned by this manager. |
Guide |
Provides access to behavior settings common to all Guide objects owned by this manager. |
Is |
Gets whether or not this Adorner |
Owner |
Gets or sets the control that owns this Adorner |
Selected |
Returns the currently selected adorner element. |
Show |
Gets or sets whether or not adorner guides should be displayed. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Validation |
Provides access to three sets of appearance settings, applied to child Validation |
Validation |
Provides access to behavior settings common to all Validation |
#Methods
Name | Description |
---|---|
Begin |
Locks the current Adorner |
Calc |
Returns the Hit |
Cancel |
Unlocks the Adorner |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Unlocks the Adorner |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide() |
Hides all Adorner |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Invalidate() |
Invalidates the region occupied by this Adorner |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh() |
Redraws all Adorner |
Select |
Selects the specific Adorner |
Select |
Activates the item within the Adorner |
Select |
Activates the item within the Adorner |
Show() |
Forces the Adorner |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Update() |
Updates the region occupied by this Adorner |
#Events
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