what does this text mean

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

What does the following text mean "When visual component are written in C#
properties will appear in VS.NET as a property sheet"?

//Tony
 
suppose you put a button on the form, what you start seeing on properties
(select button on the form and click F4) are actually properties defined in
the button control.

Thus what this line means is that if you create a control and you defind
some properties in side that control class then those properties in the
control class will be displayed in the property sheet of VS.Net
 

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