Can a DescriptionAttribute
in an enumeration contain a TextBox
'es text? I ask because I have a file with numerous TextBox
es and I was hoping to match the content of them with a value that I have. I doubt I can do this, but I'm not sure at all.
i.e.
[DescriptionAttribute(textBox1.Text)]
a,