Application.LoadTheme Event |
Occurs when a theme is loaded.
[VBScript] Public Event LoadTheme( _ theme As Theme _ )
[JScript] public event LoadTheme( theme : Theme );
This event allows you to customize the document settings when a theme is loaded.
Application Object | Application Members | HelpProducer Namespace