ComponentActionsType Enumeration
.NET Framework 2.0
Specifies the type of object-bound smart tag with respect to how it was associated with the component.
Namespace: System.ComponentModel.Design
Assembly: System.Design (in system.design.dll)
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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: