how to expose textbox properties into my own user control

  • Thread starter Thread starter soundar rajan
  • Start date Start date
S

soundar rajan

i wanna expose all textbox properties of my own user control at design
time.
 
Hi
With each property you define for you user control , use the browsable
attribute to make it viewable via the property grid of the visual designer.
Need to add this attribute before your property [Browsable(True)]
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 

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