problem with TestContainer window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • --== Alain ==--

    #1

    problem with TestContainer window

    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.
  • --== Alain ==--

    #2
    Re: problem with TestContainer window

    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.


    --== Alain ==-- wrote:
    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.

    Comment

    Working...