This documentation is archived and is not being maintained.

HtmlControlDesigner Methods

The methods of the HtmlControlDesigner class are listed here. For a complete list of HtmlControlDesigner class members, see the HtmlControlDesigner Members topic.

Public Methods

public methodDispose (inherited from ComponentDesigner) Overloaded. Releases the resources used by the ComponentDesigner.
public methodDoDefaultAction (inherited from ComponentDesigner) 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 methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitialize (inherited from ComponentDesigner) Prepares the designer to view, edit, and design the specified component.
public methodInitializeNonDefault (inherited from ComponentDesigner) Initializes the settings for an imported component that is already initialized to settings other than the defaults.
public methodOnSetComponentDefaults (inherited from ComponentDesigner) Sets the default properties for the component.
public methodOnSetParent Provides an opportunity to perform when the associated control is parented.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Methods

protected methodDispose Overloaded. Overridden. Releases the unmanaged resources used by the HtmlControlDesigner and optionally releases the managed resources.
protected methodFinalize (inherited from ComponentDesigner) Overridden. Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from ComponentDesigner) Attempts to retrieve the specified type of service from the designer's component's design mode site.
protected methodInvokeGetInheritanceAttribute (inherited from ComponentDesigner) Gets the InheritanceAttribute of the specified ComponentDesigner.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodOnBehaviorAttached Provides an opportunity to perform processing when a behavior is attached to the designer.
protected methodOnBehaviorDetaching Provides an opportunity to perform processing when a behavior is detached from the designer.
protected methodOnBindingsCollectionChanged Provides a method that can be used to indicate when a data binding has been changed.
protected methodPostFilterAttributes (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
protected methodPostFilterEvents (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
protected methodPostFilterProperties (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
protected methodPreFilterAttributes (inherited from ComponentDesigner) Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
protected methodPreFilterEvents Overridden. Modifies the set of events that the designer exposes through a TypeDescriptor object.
protected methodPreFilterProperties Overridden. Modifies the set of properties that the designer exposes through a TypeDescriptor object.
protected methodRaiseComponentChanged (inherited from ComponentDesigner) Notifies the IComponentChangeService that this component has been changed.
protected methodRaiseComponentChanging (inherited from ComponentDesigner) Notifies the IComponentChangeService that this component is about to be changed.

See Also

HtmlControlDesigner Class | System.Web.UI.Design Namespace

Show: