SmartTagType.SmartTagActions Property
Word Developer Reference |
Returns a SmartTagActions collection that represents the collection of actions available on a smart tag.
Syntax
expression.SmartTagActions
expression Required. A variable that represents a SmartTagType object.
Example
The following code returns a collection of SmartTagAction objects associated with the Address smart tag, and then it uses the ReloadActions method to reload actions for each smart tag in the returned collection.
Visual Basic for Applications |
---|
|
See Also