SmartTag 对象

expandtri全部显示

SmartTags

parchildSmartTag

表示已添加到窗体、报表或数据访问页上控件的智能标记SmartTag 对象是 SmartTags 集合的成员。

使用 SmartTag 对象

要返回单个 SmartTag 对象,请使用 SmartTags 集合的 Item 方法,或使用 SmartTags (Index),Index 表示智能标记数。

注释  与 Microsoft Excel 和 Microsoft Word 中的 SmartTags 集合不同,Microsoft Access 中的 SmartTags 集合从零开始。因此,代码 control.SmartTags(0) 返回的是指定控件的第一个智能标记。

要返回智能标记的可用动作集合,请使用 SmartTagActions 属性。要执行智能标记动作,请使用 SmartTagAction 对象的 Execute 方法。