Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
When is the DrawItem function called when I am creating a ownerdrawn control?
Should I call it explicitly or it will be called whenever I call the "Create" function to create the control?

Thanks.
Posted

1 solution

Usually you don't call explicitely it. See "WM_DRAWITEM message" at MSDN[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900