EditingContext Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The EditingContext class contains contextual state information about a designer. This includes permanent state information such as the list of services running in the designer. It also includes transient state consisting of context items including the set of currently selected objects as well as the editing tool being used to manipulate objects on the design surface.
The EditingContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EditingContext | Initializes a new instance of the EditingContext class. |
Top
Methods
Name | Description | |
---|---|---|
CreateContextItemManager | Creates an instance of the context item manager to be returned from the ContextItems property. | |
CreateServiceManager | Creates an instance of the service manager to be returned from the Services property. | |
Dispose | Overloaded. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | (Overrides Object.Finalize().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Items | Returns the local collection of context items offered by this editing context. | |
Services | Returns the service manager for this editing context. |
Top
Events
Name | Description | |
---|---|---|
Disposing | Occurs when the Dispose method is called or when the EditingContext object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime. |
Top