HtmlControlDesigner Methods
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the ComponentDesigner.(Inherited from ComponentDesigner.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by the HtmlControlDesigner object and optionally releases the managed resources.(Overrides ComponentDesigner::Dispose(Boolean).) |
![]() | 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(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.(Inherited from ComponentDesigner.) |
![]() | 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.(Inherited from ComponentDesigner.) |
![]() | GetType() | |
![]() | Initialize(IComponent^) | Initializes the designer and sets the component for design.(Overrides ComponentDesigner::Initialize(IComponent^).) |
![]() | InitializeExistingComponent(IDictionary^) | Reinitializes an existing component.(Inherited from ComponentDesigner.) |
![]() | InitializeNewComponent(IDictionary^) | Initializes a newly created component.(Inherited from ComponentDesigner.) |
![]() | InitializeNonDefault() | Obsolete. Initializes the settings for an imported component that is already initialized to settings other than the defaults.(Inherited from ComponentDesigner.) |
![]() | InvokeGetInheritanceAttribute(ComponentDesigner^) | Gets the InheritanceAttribute of the specified ComponentDesigner.(Inherited from ComponentDesigner.) |
![]() | MemberwiseClone() | |
![]() | OnBehaviorAttached() | Obsolete. Called when a behavior is associated with the element. |
![]() | OnBehaviorDetaching() | Obsolete. Called when a behavior disassociates from the element. |
![]() | OnBindingsCollectionChanged(String^) | Obsolete. Provides a method that can be used to indicate when a data binding has changed. |
![]() | OnSetComponentDefaults() | Obsolete. 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. |
![]() | PostFilterAttributes(IDictionary^) | Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.(Inherited from ComponentDesigner.) |
![]() | PostFilterEvents(IDictionary^) | Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.(Inherited from ComponentDesigner.) |
![]() | PostFilterProperties(IDictionary^) | Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.(Inherited from ComponentDesigner.) |
![]() | PreFilterAttributes(IDictionary^) | Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.(Inherited from ComponentDesigner.) |
![]() | PreFilterEvents(IDictionary^) | Sets the list of events that are exposed at design-time for the TypeDescriptor object for the component.(Overrides ComponentDesigner::PreFilterEvents(IDictionary^).) |
![]() | PreFilterProperties(IDictionary^) | Allows the designer to expose a specific set of properties through a TypeDescriptor object at design time.(Overrides ComponentDesigner::PreFilterProperties(IDictionary^).) |
![]() | RaiseComponentChanged(MemberDescriptor^, Object^, Object^) | Notifies the IComponentChangeService that this component has been changed.(Inherited from ComponentDesigner.) |
![]() | RaiseComponentChanging(MemberDescriptor^) | Notifies the IComponentChangeService that this component is about to be changed.(Inherited from ComponentDesigner.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |



