DesignSurfaceExtension Members
Include Protected Members
Include Inherited Members
The base class for any object provided by a VSPackage to be called by the Visual Studio environment upon designer creation to customize or extend services and metadata provided by any implementation of DesignSurface.
The DesignSurfaceExtension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DesignSurfaceExtension | Create a new instance of the DesignSurfaceExtension class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Disposes this object and its resources. | |
Dispose(Boolean) | Disposes this object and its resources. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Destroys the object. (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.) | |
Initialize | Initializes the design surface extension. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnComponentCreated | This method is called when a new component is created but before that component is added to the designer. | |
OnDesignerCreated(IDesigner) | Obsolete. This method is called when a new designer is created. | |
OnDesignerCreated(IComponent, IDesigner, Boolean) | This method is called when a new designer is created. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Surface | Gets the design surface this extension was initialized with. |
Top