border consideration

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have a custom control (completely user drawn) to which I would like to
apply a standart border.

1st: There is the BorderStyle and Border3DStyle enums, I don't know which
one I should choose for my control, what do you reckon?

2nd: once the border is set, I have to draw it (the border)(easy with
ControlPaint) and change my inner working area.
For that I need to know the padding of the border, how do I know that?
 
Back
Top