D
Dom
I have a usercontrol, and I am trying to write a Property called
"Text", but the compiler tells me that the Usercontrol class already
has a member called "Text". When I look (in intellisense, or help) I
don't see the member. I can easily override or make it new, but I'd
like to know what is going on.
Dom
"Text", but the compiler tells me that the Usercontrol class already
has a member called "Text". When I look (in intellisense, or help) I
don't see the member. I can easily override or make it new, but I'd
like to know what is going on.
Dom