HOW TO Make a Draw Line Controls (Can Resize and Dele etc)

  • Thread starter Thread starter smilnet
  • Start date Start date
Hi,

A good start would be to explain what a Draw Line Control is?
If you mean a control for selecting line styles, then you can use a
ComboBox.
Set its DrawMode to OwnerDrawFixed and DropDownStyle to DropDownList.
Use the DrawItem event to draw each item in the list.

Happy Coding!
Morten Wennevik [C# MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top