SmartTagType.FriendlyName Property
Word Developer Reference |
Returns a String that represents a display name for a smart tag type.
Syntax
expression.FriendlyName
expression A variable that represents a SmartTagType object.
Remarks
Smart tag type names, as defined in the Name property, are formatted as Uniform Resource Names (URNs). The friendly name removes the URN and leaves the name after the pound (#) sign. For example, the Address smart tag type returns the following URN for the Name property.
Visual Basic for Applications |
---|
|
The FriendlyName property removes everything up to and including the pound (#) sign and leaves the following String:
Visual Basic for Applications |
---|
|
Example
The following example reloads the smart tag recognizers and action handlers for the Address smart tag type.
Visual Basic for Applications |
---|
|
See Also