GenClass: 8 Visual Refreshing

Up: GEOS SDK TechDocs | Up | Prev: 7 Special Message Passing | Next: 9 Setting Sizes
MSG_GEN_UPDATE_VISUAL

MSG_GEN_UPDATE_VISUAL performs a visual update of the object sent the message. Use this message to force a visual update on objects previously updated using the VisUpdateMode VUM_MANUAL.

MSG_GEN_UPDATE_VISUAL
void	MSG_GEN_UPDATE_VISUAL(
        VisUpdateMode updateMode);

This message updates the visual tree at the node specified and is used for updating objects modified with VUM_MANUAL.

Source: Unrestricted.

Destination: Any generic object.

Parameters: updateMode VisUpdateMode to determine when the object should be redrawn.

Interception: Generally not intercepted.


Up: GEOS SDK TechDocs | Up | Prev: 7 Special Message Passing | Next: 9 Setting Sizes