Remarks

Use the () property of the collection to return a single SmartTagRecognizerobject.

Example

Once a SmartTagRecognizer object is returned, you can determine if smart tag recognizers are enabled for the application. This example determines if smart tag recognizers are enabled and notifies the user.

Visual Basic for Applications
Sub Check_SmartTagRecognizers() ' Determine if smart tag recognizers are enabled. If Application.SmartTagRecognizers.Item(1).Enabled = True Then MsgBox "Smart tag recognizers are enabled." Else MsgBox "Smart tag recognizers are not enabled." End If End Sub

See also:

index