CMS_ActivateAlternativeColorScheme
Description
Calling this function makes the next balloon message shown by InfoCenter use Alternative Color Scheme(ACS).
Â
Syntax
CMS_ActivateAlternativeColorScheme() as Boolean
Â
Example
VBScript
If bStatus Then bStatus=CMS_ActivateAlternativeColorScheme()
Â