Skip to content

SpecialColorChanged Event

Description

Occurs when a special color has been changed in the command bar.

Syntax

Public Event SpecialColorChanged()

Remarks

This event is only triggered if you change the system's Windows theme while your application is running. If the special color changes, you might need to update the background color of your forms, option buttons, check boxes, etc. Your command bars will automatically be updated with the new colors. Special colors are the colors of the different components that make up a window.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.