M
Michael.Suarez
Let's say I create a custom component that inherits from TextBox. Then
I set the color of the textbox. Now I want it so that anyone who uses
this component can not change the color. How do i make it so that the
BackColor property is no longer able to be set (either at runtime or
design time) for my new custom text box?
I set the color of the textbox. Now I want it so that anyone who uses
this component can not change the color. How do i make it so that the
BackColor property is no longer able to be set (either at runtime or
design time) for my new custom text box?