BorderStyle in the CompactFramework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to use the property BorderStyle with a PictureBox in the CompactFrameWork

Laurent Gauthier
 
Laurent,

Do you see it in the property grid? No? Think it's available then? I
ran into the same issues... you can derivde a new class an override the
Paint method and draw a border yourself. Dont forget to call the Paint
method on the base class as well when you've drawn the border.

HTH,

//Andreas
 

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