WebFormsDesignerActionService Class
Establishes a design-time service that manages the collection of DesignerActionItem objects for a component.
Assembly: System.Design (in System.Design.dll)
System.ComponentModel.Design.DesignerActionService
System.Web.UI.Design.WebFormsDesignerActionService
| Name | Description | |
|---|---|---|
![]() | WebFormsDesignerActionService(IServiceProvider) | Creates a new instance of the WebFormsDesignerActionService class using the provided reference to the design host. |
| Name | Description | |
|---|---|---|
![]() | Add(IComponent, DesignerActionList) | Adds a DesignerActionList to the current collection of managed smart tags.(Inherited from DesignerActionService.) |
![]() | Add(IComponent, DesignerActionListCollection) | Adds a DesignerActionListCollection to the current collection of managed smart tags.(Inherited from DesignerActionService.) |
![]() | Clear() | Releases all components from management and clears all push-model smart tag lists.(Inherited from DesignerActionService.) |
![]() | Contains(IComponent) | Determines whether the current smart tag service manages the action lists for the specified component.(Inherited from DesignerActionService.) |
![]() | Dispose() | Releases all resources used by the DesignerActionService class.(Inherited from DesignerActionService.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the DesignerActionService and optionally releases the managed resources. (Inherited from DesignerActionService.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetComponentActions(IComponent) | Returns the collection of smart tag item lists associated with a component.(Inherited from DesignerActionService.) |
![]() | GetComponentActions(IComponent, ComponentActionsType) | Returns the collection of smart tag item lists of the specified type associated with a component.(Inherited from DesignerActionService.) |
![]() | GetComponentDesignerActions(IComponent, DesignerActionListCollection) | Gets the smart-tag item lists that are associated with a component.(Overrides DesignerActionService.GetComponentDesignerActions(IComponent, DesignerActionListCollection).) |
![]() | GetComponentServiceActions(IComponent, DesignerActionListCollection) | Retrieves the push-model smart tags associated with a component.(Inherited from DesignerActionService.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(DesignerActionList) | Removes the specified smart tag list from all components managed by the current service.(Inherited from DesignerActionService.) |
![]() | Remove(IComponent) | Removes all the smart tag lists associated with the specified component.(Inherited from DesignerActionService.) |
![]() | Remove(IComponent, DesignerActionList) | Removes the specified smart tag list from the specified component.(Inherited from DesignerActionService.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | DesignerActionListsChanged | Occurs when a DesignerActionList is removed or added for any component.(Inherited from DesignerActionService.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


