# CMS_ActivateAlternativeColorScheme

> Calling this function makes the next balloon message shown by InfoCenter use Alternative Color Scheme(ACS).

Source: https://docs.capaone.com/capainstaller/vb-scripting-library/cms-functions/cms-activatealternativecolorscheme/  
Product: CapaInstaller — a separate CapaSystems product; do not apply this page to any other.

### Description

Calling this function makes the next balloon message shown by InfoCenter use Alternative Color Scheme(ACS).

### Syntax

CMS_ActivateAlternativeColorScheme() as Boolean

### Example

**VBScript**

```vb
If bStatus Then bStatus=CMS_ActivateAlternativeColorScheme()
```

[Scripting Guidelines](/capainstaller/vb-scripting-library/scripting-guidelines/)

### Related functions

[CMS Functions](/capainstaller/vb-scripting-library/cms-functions/) [Constants](/capainstaller/vb-scripting-library/addendum/constants/) [Package Property](/capainstaller/vb-scripting-library/addendum/package-property/) [Variables](/capainstaller/vb-scripting-library/addendum/variables/) [Business Unit support](/capainstaller/vb-scripting-library/addendum/business-unit-support/)
