G
Guest
I want implement an Extender Provider in my form that stores an object,
implemented in a class, that stores n properties(string, integer...). I would
like edit every properties at design mode too, in the same way of size
property, location property etc, in order to extend my form' s controls with
custom properties my application need to work, without develop customized
controls.
I' m looking for sample code...
I found only code with Extender Provider that stores a string value...
At the moment I use Tag property to set a string and then the code reads and
splits it getting the values, but I don't like this solution.
Many thanks
nq
implemented in a class, that stores n properties(string, integer...). I would
like edit every properties at design mode too, in the same way of size
property, location property etc, in order to extend my form' s controls with
custom properties my application need to work, without develop customized
controls.
I' m looking for sample code...
I found only code with Extender Provider that stores a string value...
At the moment I use Tag property to set a string and then the code reads and
splits it getting the values, but I don't like this solution.
Many thanks
nq