S
Steve Long
Hello.
Can anyone tell me the proper way to save the properties of a user control
between design time and run time?
So, I've got this user control with the following properties:
BarColor1
BarColor2
I can access these properties in the property browser and change the colors.
But how to I have those changes persist between design time and run time for
the user control?
If the user of the control changes BarColor1 at design time, I want that to
persist to run time. And, if the user changes the color at run time, I want
that color to persist to the next instance of run time?
I'm using VS 2003.
Steve
Can anyone tell me the proper way to save the properties of a user control
between design time and run time?
So, I've got this user control with the following properties:
BarColor1
BarColor2
I can access these properties in the property browser and change the colors.
But how to I have those changes persist between design time and run time for
the user control?
If the user of the control changes BarColor1 at design time, I want that to
persist to run time. And, if the user changes the color at run time, I want
that color to persist to the next instance of run time?
I'm using VS 2003.
Steve