R
Rob Panosh
Hello,
I have the following attribute that is coded in C# and need to convert to
VB.Net:
[DefaultChildType(typeof(TabPageExt))]
I tried this:
<DefaultChildType( Type.GetType("myTabPageExt"))>
and get the following syntax error: "Constant Expression is required"
Any help would be appreciated.
Thanks,
Rob Panosh
I have the following attribute that is coded in C# and need to convert to
VB.Net:
[DefaultChildType(typeof(TabPageExt))]
I tried this:
<DefaultChildType( Type.GetType("myTabPageExt"))>
and get the following syntax error: "Constant Expression is required"
Any help would be appreciated.
Thanks,
Rob Panosh