GEOS SDK TechDocs
|
|
7 Special Message Passing
|
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.
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.
GEOS SDK TechDocs
|
|
7 Special Message Passing
|
9 Setting Sizes