Share via


NavigationControl.SmartTags Property (Access)

Returns a SmartTags collection that represents the collection of smart tags that have been added to a control. .

Version Information

Version Added: Access 2010

Syntax

expression .SmartTags

expression A variable that represents a NavigationControl object.

Remarks

Note

Unlike the SmartTags collections in Microsoft Excel and Microsoft Word, the SmartTags collection in Microsoft Access is zero-based. Therefore, the code control.SmartTags(0) returns the first smart tag for the specified control.

See Also

Concepts

NavigationControl Object

NavigationControl Object Members