ComponentDesigner Methods
Assembly: System.Design (in System.Design.dll)
| 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 the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Attempts to retrieve the specified type of service from the design mode site of the designer's component. |
![]() | GetType() | |
![]() | Initialize(IComponent^) | Prepares the designer to view, edit, and design the specified component. |
![]() | InitializeExistingComponent(IDictionary^) | Reinitializes an existing component. |
![]() | InitializeNewComponent(IDictionary^) | 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(ComponentDesigner^) | Gets the InheritanceAttribute of the specified ComponentDesigner. |
![]() | MemberwiseClone() | |
![]() | OnSetComponentDefaults() | Obsolete. Sets the default properties for the component. |
![]() | PostFilterAttributes(IDictionary^) | Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. |
![]() | PostFilterEvents(IDictionary^) | Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. |
![]() | PostFilterProperties(IDictionary^) | Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. |
![]() | PreFilterAttributes(IDictionary^) | Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor. |
![]() | PreFilterEvents(IDictionary^) | Allows a designer to add to the set of events that it exposes through a TypeDescriptor. |
![]() | PreFilterProperties(IDictionary^) | Allows a designer to add to the set of properties that it exposes through a TypeDescriptor. |
![]() | RaiseComponentChanged(MemberDescriptor^, Object^, Object^) | Notifies the IComponentChangeService that this component has been changed. |
![]() | RaiseComponentChanging(MemberDescriptor^) | 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(IDictionary^) | For a description of this member, see the IDesignerFilter::PostFilterAttributes method. |
![]() ![]() | IDesignerFilter::PostFilterEvents(IDictionary^) | For a description of this member, see the IDesignerFilter::PostFilterEvents method. |
![]() ![]() | IDesignerFilter::PostFilterProperties(IDictionary^) | For a description of this member, see the IDesignerFilter::PostFilterProperties method. |
![]() ![]() | IDesignerFilter::PreFilterAttributes(IDictionary^) | For a description of this member, see the IDesignerFilter::PreFilterAttributes method. |
![]() ![]() | IDesignerFilter::PreFilterEvents(IDictionary^) | For a description of this member, see the IDesignerFilter::PreFilterEvents method. |
![]() ![]() | IDesignerFilter::PreFilterProperties(IDictionary^) | For a description of this member, see the IDesignerFilter::PreFilterProperties method. |



