Update SEViewScheme

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes > SEViewScheme >

Update SEViewScheme

Previous pageReturn to chapter overviewNext page

Purpose

This is a callback method, which is called from the SEMenuXP and SEToolBarXP before the drawing cycle.

If you want support that user changes of system default colors and fonts take affect immediatley, you can update in this method the colors and fonts of the menu or toolbar. In this case you should overwrite this method in your own class, which inherits from SEViewScheme.

 

Prototype

METHOD Update() CLASS SEViewScheme