Inheritance question

sethindeed

Centurion
Joined
Dec 31, 1969
Messages
118
Location
Montreal Canada
I absolutely need to load some masked edit controls from a class.
It is quite easy to do with common form controls ( textboxes, comboboxes... ) using the inherit sytem.windows.forms.blabla statement.
But because the masked edit control is not a windows form control, I can't use this syntax. Now that the control array method can't be done in .NET, is there any workaround I can use to load masked edit control from a class ?

I hope so
thx
 
Back
Top