HtmlIntrinsicControlDesigner Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the unmanaged resources that are used by the HtmlControlDesigner object and optionally releases the managed resources. (Inherited from HtmlControlDesigner.) |
| 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. (Inherited from ComponentDesigner.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Initialize | Initializes the designer and sets the component for design. (Inherited from HtmlControlDesigner.) |
| InitializeExistingComponent | Reinitializes an existing component. (Inherited from ComponentDesigner.) |
| InitializeNewComponent | Initializes a newly created component. (Inherited from ComponentDesigner.) |
| InitializeNonDefault | Initializes the settings for an imported component that is already initialized to settings other than the defaults. (Inherited from ComponentDesigner.) |
| OnSetComponentDefaults | Sets the default properties for the component. (Inherited from ComponentDesigner.) |
| OnSetParent | Provides a way to perform additional processing when the associated control is attached to a parent control. (Inherited from HtmlControlDesigner.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases the unmanaged resources that are used by the HtmlControlDesigner object and optionally releases the managed resources. (Inherited from HtmlControlDesigner.) |
| Finalize | Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection. (Inherited from ComponentDesigner.) |
| GetService | Attempts to retrieve the specified type of service from the design mode site of the designer's component. (Inherited from ComponentDesigner.) |
| InvokeGetInheritanceAttribute | Gets the InheritanceAttribute of the specified ComponentDesigner. (Inherited from ComponentDesigner.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnBehaviorAttached | Called when a behavior is associated with the element. (Inherited from HtmlControlDesigner.) |
| OnBehaviorDetaching | Called when a behavior disassociates from the element. (Inherited from HtmlControlDesigner.) |
| OnBindingsCollectionChanged | Provides a method that can be used to indicate when a data binding has changed. (Inherited from HtmlControlDesigner.) |
| PostFilterAttributes | Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
| PostFilterEvents | Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
| PostFilterProperties | Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
| PreFilterAttributes | Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.) |
| PreFilterEvents | Sets the list of events that are exposed at design-time for the TypeDescriptor object for the component. (Inherited from HtmlControlDesigner.) |
| PreFilterProperties | Allows the designer to expose a specific set of properties through a TypeDescriptor object at design time. (Inherited from HtmlControlDesigner.) |
| RaiseComponentChanged | Notifies the IComponentChangeService that this component has been changed. (Inherited from ComponentDesigner.) |
| RaiseComponentChanging | Notifies the IComponentChangeService that this component is about to be changed. (Inherited from ComponentDesigner.) |
Community Additions
ADD
Show: