ComponentActionsType Enumeration
Specifies the type of object-bound smart tag with respect to how it was associated with the component.
Assembly: System.Design (in System.Design.dll)
The following table describes the two options for associating an object-bound smart tag to a component.
Smart-tag model | Description |
|---|---|
Pull | The class derived from ComponentDesigner that is associated with the component overrides the ActionLists property to return the collection of smart tags for that component. |
Push | A call to the Add method explicitly associates the specified smart tags with the specified component. |
For more information about these smart-tag models, see the DesignerActionService and DesignerActionListCollection classes.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.