ComponentDesigner Methods
.NET Framework 4
The ComponentDesigner type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose() | Releases all resources used by the ComponentDesigner. |
|
Dispose(Boolean) | Releases the unmanaged resources used by the ComponentDesigner and optionally releases the managed resources. |
|
DoDefaultAction | Creates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection. (Overrides Object.Finalize().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetService | Attempts to retrieve the specified type of service from the design mode site of the designer's component. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Initialize | Prepares the designer to view, edit, and design the specified component. |
|
InitializeExistingComponent | Reinitializes an existing component. |
|
InitializeNewComponent | Initializes a newly created component. |
|
InitializeNonDefault | Obsolete. Initializes the settings for an imported component that is already initialized to settings other than the defaults. |
|
InvokeGetInheritanceAttribute | Gets the InheritanceAttribute of the specified ComponentDesigner. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnSetComponentDefaults | Obsolete. Sets the default properties for the component. |
|
PostFilterAttributes | Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. |
|
PostFilterEvents | Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. |
|
PostFilterProperties | Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. |
|
PreFilterAttributes | Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor. |
|
PreFilterEvents | Allows a designer to add to the set of events that it exposes through a TypeDescriptor. |
|
PreFilterProperties | Allows a designer to add to the set of properties that it exposes through a TypeDescriptor. |
|
RaiseComponentChanged | Notifies the IComponentChangeService that this component has been changed. |
|
RaiseComponentChanging | Notifies the IComponentChangeService that this component is about to be changed. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IDesignerFilter.PostFilterAttributes | For a description of this member, see the IDesignerFilter.PostFilterAttributes method. |
|
IDesignerFilter.PostFilterEvents | For a description of this member, see the IDesignerFilter.PostFilterEvents method. |
|
IDesignerFilter.PostFilterProperties | For a description of this member, see the IDesignerFilter.PostFilterProperties method. |
|
IDesignerFilter.PreFilterAttributes | For a description of this member, see the IDesignerFilter.PreFilterAttributes method. |
|
IDesignerFilter.PreFilterEvents | For a description of this member, see the IDesignerFilter.PreFilterEvents method. |
|
IDesignerFilter.PreFilterProperties | For a description of this member, see the IDesignerFilter.PreFilterProperties method. |