X
Xavier
Hi,
When I create a user control textbox (like "public class mytextbox :
textbox") in C# and use it on another form, properties like font, colors,
etc. are not inherited. Is this behavor normal ? Is there another way to
achieve this ? What I would like is if I change the font type or colors in
my user control, all the other textboxes that are based on it are
automatically changed as well. Also it would be nice to use the WYSIWYG
interface instead of setting them in some method after the initialisation.
thanks for the help
Xavier
When I create a user control textbox (like "public class mytextbox :
textbox") in C# and use it on another form, properties like font, colors,
etc. are not inherited. Is this behavor normal ? Is there another way to
achieve this ? What I would like is if I change the font type or colors in
my user control, all the other textboxes that are based on it are
automatically changed as well. Also it would be nice to use the WYSIWYG
interface instead of setting them in some method after the initialisation.
thanks for the help
Xavier