This documentation is archived and is not being maintained.

WebFormsDesignerActionService Members

Establishes a design-time service that manages the collection of DesignerActionItem objects for a component.

The WebFormsDesignerActionService type exposes the following members.

  NameDescription
Public method WebFormsDesignerActionService Creates a new instance of the WebFormsDesignerActionService class using the provided reference to the design host.
Top

  NameDescription
Public method Add Overloaded. Adds one or more DesignerActionList objects to the current collection of managed smart tags.
Public method Clear Releases all components from management and clears all push-model smart tag lists. (Inherited from DesignerActionService.)
Public method Contains Determines whether the current smart tag service manages the action lists for the specified component. (Inherited from DesignerActionService.)
Public method Dispose Overloaded. Releases the resources used by the DesignerActionService.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetComponentActions Overloaded. Returns the collection of smart tag item lists associated with a component.
Protected method GetComponentDesignerActions Gets the smart-tag item lists that are associated with a component. (Overrides DesignerActionService::GetComponentDesignerActions(IComponent, DesignerActionListCollection).)
Protected method GetComponentServiceActions Retrieves the push-model smart tags associated with a component. (Inherited from DesignerActionService.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Overloaded. Disassociates one or more smart tag lists from one or more components.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public event DesignerActionListsChanged Occurs when a DesignerActionList is removed or added for any component. (Inherited from DesignerActionService.)
Top
Show: