This topic has not yet been rated - Rate this topic

ComponentDesigner Methods

The ComponentDesigner type exposes the following members.

  Name Description
Public method Dispose() Releases all resources used by the ComponentDesigner.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the ComponentDesigner and optionally releases the managed resources.
Public method 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.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection. (Overrides Object.Finalize().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetService Attempts to retrieve the specified type of service from the design mode site of the designer's component.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize Prepares the designer to view, edit, and design the specified component.
Public method InitializeExistingComponent Reinitializes an existing component.
Public method InitializeNewComponent Initializes a newly created component.
Public method InitializeNonDefault Obsolete. Initializes the settings for an imported component that is already initialized to settings other than the defaults.
Protected method InvokeGetInheritanceAttribute Gets the InheritanceAttribute of the specified ComponentDesigner.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnSetComponentDefaults Obsolete. Sets the default properties for the component.
Protected method PostFilterAttributes Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
Protected method PostFilterEvents Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
Protected method PostFilterProperties Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
Protected method PreFilterAttributes Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
Protected method PreFilterEvents Allows a designer to add to the set of events that it exposes through a TypeDescriptor.
Protected method PreFilterProperties Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.
Protected method RaiseComponentChanged Notifies the IComponentChangeService that this component has been changed.
Protected method RaiseComponentChanging Notifies the IComponentChangeService that this component is about to be changed.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  Name Description
Explicit interface implemetation Private method IDesignerFilter.PostFilterAttributes For a description of this member, see the IDesignerFilter.PostFilterAttributes method.
Explicit interface implemetation Private method IDesignerFilter.PostFilterEvents For a description of this member, see the IDesignerFilter.PostFilterEvents method.
Explicit interface implemetation Private method IDesignerFilter.PostFilterProperties For a description of this member, see the IDesignerFilter.PostFilterProperties method.
Explicit interface implemetation Private method IDesignerFilter.PreFilterAttributes For a description of this member, see the IDesignerFilter.PreFilterAttributes method.
Explicit interface implemetation Private method IDesignerFilter.PreFilterEvents For a description of this member, see the IDesignerFilter.PreFilterEvents method.
Explicit interface implemetation Private method IDesignerFilter.PreFilterProperties For a description of this member, see the IDesignerFilter.PreFilterProperties method.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ