SystemColors

Enables the use of default system colors as the foreground and background colors in forms.

SystemColors=on | off

Default value:

on

File section: [upi]

Description

When SystemColors=on, all widgets use the default Microsoft Windows color scheme, unless the widget or label has an explicit color.

For example, if the Color property of a Label is set to No, the label dynamically uses the color from its parent, changing to match the parent color as necessary. If the label uses an index color, such as 9, the label uses this index color instead of its parent's color.

Related Topics