L
localhost
How can I capture all of the layout code from the designer into the
"code behind" of a WinForm?
For example, if I drag a textbox on a form and then modify the
CharacterCasing property in the designer, it appears in the code. But
virtually no other properties show unless I change them as well.
How can I get every PEM for every control to show in my "code behind"?
Thanks.
"code behind" of a WinForm?
For example, if I drag a textbox on a form and then modify the
CharacterCasing property in the designer, it appears in the code. But
virtually no other properties show unless I change them as well.
How can I get every PEM for every control to show in my "code behind"?
Thanks.