Microsoft SDK for Java

Application.addOnSettingChange

Adds a settingChange event handler to the application.

Syntax

public static void addOnSettingChange( EventHandler value )

Parameters

value

A com.ms.wfc.core.EventHandler object for the settingChange event.

Remarks

A settingChange event is triggered when the user has changed one or more Windows settings. Windows Foundation Classes for Java (WFC) handles this event internally and appropriately updates all brush, pen, color, and font objects used in your application. You can use this event to make additional changes to your application based on changes made to the user's system settings.

See Also   removeOnSettingChange

© 1999 Microsoft Corporation. All rights reserved. Terms of use.