This documentation is archived and is not being maintained.
HtmlControlDesigner Methods
.NET Framework 1.1
The methods of the HtmlControlDesigner class are listed here. For a complete list of HtmlControlDesigner class members, see the HtmlControlDesigner Members topic.
Public Methods
Dispose (inherited from ComponentDesigner) | Overloaded. Releases the resources used by the ComponentDesigner. |
DoDefaultAction (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. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (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. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Initialize (inherited from ComponentDesigner) | Prepares the designer to view, edit, and design the specified component. |
InitializeNonDefault (inherited from ComponentDesigner) | Initializes the settings for an imported component that is already initialized to settings other than the defaults. |
OnSetComponentDefaults (inherited from ComponentDesigner) | Sets the default properties for the component. |
OnSetParent | Provides an opportunity to perform when the associated control is parented. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the HtmlControlDesigner and optionally releases the managed resources. |
Finalize (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. |
GetService (inherited from ComponentDesigner) | Attempts to retrieve the specified type of service from the designer's component's design mode site. |
InvokeGetInheritanceAttribute (inherited from ComponentDesigner) | Gets the InheritanceAttribute of the specified ComponentDesigner. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnBehaviorAttached | Provides an opportunity to perform processing when a behavior is attached to the designer. |
OnBehaviorDetaching | Provides an opportunity to perform processing when a behavior is detached from the designer. |
OnBindingsCollectionChanged | Provides a method that can be used to indicate when a data binding has been changed. |
PostFilterAttributes (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. |
PostFilterEvents (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. |
PostFilterProperties (inherited from ComponentDesigner) | Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. |
PreFilterAttributes (inherited from ComponentDesigner) | Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor. |
PreFilterEvents | Overridden. Modifies the set of events that the designer exposes through a TypeDescriptor object. |
PreFilterProperties | Overridden. Modifies the set of properties that the designer exposes through a TypeDescriptor object. |
RaiseComponentChanged (inherited from ComponentDesigner) | Notifies the IComponentChangeService that this component has been changed. |
RaiseComponentChanging (inherited from ComponentDesigner) | Notifies the IComponentChangeService that this component is about to be changed. |
See Also
Show:
