E
Edward Diener
If a Windows message is sent directly to control, does the framework
automatically pick up the message and generate the appropriate property
change, method call, or event from it ?
The reason I ask is that I am creating a control derived from one of the
framework controls and I need to know whether I need to handle certain
windows messages to the control which my derived control is interested in.
If the framework picks up the message and generates the appropriate property
change, method call, or event, then my code can override the latter. If not,
then I need to handle the message in my own WndProc.
automatically pick up the message and generate the appropriate property
change, method call, or event from it ?
The reason I ask is that I am creating a control derived from one of the
framework controls and I need to know whether I need to handle certain
windows messages to the control which my derived control is interested in.
If the framework picks up the message and generates the appropriate property
change, method call, or event, then my code can override the latter. If not,
then I need to handle the message in my own WndProc.