retaining dign time value of property of componet
I have added properties of type color and font in C# user control( siz text boxes) to be used in wiindows from. When a am changing the font/color in designer(form using the user control) doesn't adds code to the initialization method of components in order to persist values of properties that have been set at design time. I have also tried 'DesignerSerializationVisibilityAttribute' to solve.
|