problem with TestContainer window

  • Thread starter Thread starter --== Alain ==--
  • Start date Start date
A

--== Alain ==--

Hi,

i have an issue with my custom control when i test it in TestContainer.
In fact, only the base class properties are displayed in the
testcontainer window.

All my new properties, are not displayed.
however, if i use my custom control on some windows form at design time,
all my properties are correctly available in "window property".

So where is the problem ?

thx.

Al.
 
Hi,

I would like to add an another point.
I have the same problem if i develop my own property editor and attach
it to some class property.

All other properties (that i implemented) from this class, are not
displayed in the Test Container.

Is there a special step to do to make those things : TypeConverter and
TypeEditor ?

thanks.

Al.
 
Back
Top