Shadow_Display - cRichEdit
Fired whenever a change in enabled state occurs
Type: Event
Syntax
Procedure Shadow_Display
Description
The Shadow_display event is fired whenever a change in enabled_state occurs. It is used to properly set the display to reflect an enterable or non-enterable object. By default, this sets visual attributes that are consistent with enabled and non-enabled objects in Windows. You may use this to set other custom conditions. This message should be forwarded. This message is meant to be used as part of object shadowing and not item shadowing.
When augmenting this procedure, you may access the current enabled condition of the object by querying the Enabled_State property and in more-unusual conditions, the implicit_shadow_state and Explicit_Shadow_State properties.