Designer: You can change the appearance of the default choice list window CLIST_WNP. However, only those items that cannot be set in the Designer will be affected. For example, since you specify choice list window attributes in the Designer, changing the attributes on the default choice list window will have no effect. Items set in the Designer always have precedence over changes made to the global default windows.
Code: The default choice list window is #defined as CLIST_WNP. You can change the appearance of this window so that all choice lists have the appearance you want. If you change the default choice list window, only choice lists defined after you make the changes use your changes.
You can use any of the set window functions to change the appearance of the default choice list window. For example, to change the color of the border, call:
|
All choice lists defined after this will have an LHIGHLITE border. See Chapter 25, "Changing the Appearance of Windows," for more information.