返回 SmartTags 集合,该集合表示已添加到控件的智能标记集合。
expression.SmartTags
expression 必需。返回“应用于”列表中的其中一个一个对象的表达式。
如果控件不是 ComboBox、Label 或 TextBox 对象,使用 Control 对象的 SmartTags 属性将导致运行时错误。
注释 与 Microsoft Excel 和 Microsoft Word 中的 SmartTags 集合所不同的是,Microsoft Access 中的 SmartTags 集合从零开始。因此,代码 control.SmartTags(0) 返回的是指定控件的第一个智能标记。