Share via


Visual Basic: SysInfo Control

SysColorsChanged Event

See Also   Example   Applies To

Occurs when a system color setting changes, either by an application or through the Control Panel.

Syntax

Private Sub object**_SysColorsChanged([index As Integer])**

The SysColorsChanged event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index A numeric expression that evaluates to the index of a control if it is in a control array.