nothing to worry, I did work it out...
"Lloyd Dupont" <ld (AT) NewsAccount (DOT) galador.net> wrote
Quote:
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? |