J
Jared
I have created a custom control that uses a generic class to determine what
type of objects will be managed in the control.
The declaration is:
class MyCustomControl<T>:Combobox{
// class stuff
}
The control works great, but I can not use it in the designer. I was
wondering if anyone has had a similar problem and knows if there is a
solution.
Thanks.
Jared
type of objects will be managed in the control.
The declaration is:
class MyCustomControl<T>:Combobox{
// class stuff
}
The control works great, but I can not use it in the designer. I was
wondering if anyone has had a similar problem and knows if there is a
solution.
Thanks.
Jared