|
-
May 13th, 1999, 08:09 PM
#1
What is owner drawn control?
Can somebody explain me what is an owner drawn control? Is not this a common control?
thankx for any help
Shahzad
-
May 13th, 1999, 08:41 PM
#2
Re: What is owner drawn control?
An owner-draw control is one that you, the programmer and owner of the application, are responsible for drawing. For example, if you create a pushbutton, Windows will draw it for you. If you create a pushbutton and one of the styles is owner draw, you are responsible for writing the code that draws the button -- borders, text, background, everything. Windows will tell you when it needs to be drawn.
-
May 13th, 1999, 10:05 PM
#3
thankx, that was exactly what i need to know
thankx for the help, that was exactly what i need to know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|