Chapter 13, can not visit the public property
In the example of chapter 13,"MessageText" was declared as a property in the class "MyControl", but when I copy the code "Messagetext='Hello,world!'" in the "Public Sub New()" , it shows " MessageText not declared", why? what's the problem?
thanks
|