BorderStyle in Control TextBocEx in Library OpenNetCF 1.2

  • Thread starter Thread starter Carsten Marx
  • Start date Start date
The documentation is reflecting a number of properties against the TextBox
class on the desktop. The BorderStyle property is not supported on the
TextBox in the CF, and since TextBoxEx inherits from this class without
adding the BorderStyle property, TextBoxEx does not contain a BorderStyle
property either. If you need to modify the border for the TextBox, or
TextBoxEx, class then use one Panel to clip the existing border and, if
desirable, use another Panel to create a bordered look.
 

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