SmartTagActions Property [Access 2003 VBA Language Reference]

Returns a SmartTagActions collection that represents the actions available for a specific smart tag. Read-only.

Smart tag actions are processes that are programmed into smart tags that allow users to perform certain functions related to the smart tag. For example, one action for a smart tag might be to access a Web site, while another action inserts contact information from Microsoft Outlook, while yet another action displays a map and driving directions.

expression.SmartTagActions

expression Required. An expression that returns a SmartTag object.

Applies to | SmartTag Object

See Also | SmartTag Object | SmartTagAction Object | SmartTagActions Collection