使用 ApplyTheme 方法可以为特定的数据访问页指定 Microsoft Office 主题。
expression.ApplyTheme(ThemeName)
expression 必需。返回“应用于”列表中的一个对象的表达式。
ThemeName 必需 String 型。Office 主题的名称。
ApplyTheme 方法提供了一种从 Visual Basic 代码中改变环境选项的方法。
下面的示例将 Artsy 主题应用到名为“Switchboard”的数据访问页中。
DataAccessPages("Switchboard").ApplyTheme "Artsy"