In This Topic
Constructor. Creates a new theme based on the given theme, if the given theme is a null reference (Nothing in Visual Basic) (Nothing in Visual Basic), then the theme is based on the office theme.
Syntax
public Theme(
System.string ,
ITheme
)
Parameters
- themeName
- The new theme name.
- baseTheme
- The theme name the theme is based on.
See Also