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]