G
Guy Harwood
Hi,
I have designed a textbox that inherits from the
System.Windows.Forms.Textbox control.
when the control is readonly the back color changes to a
light blue to indicate that it is frozen.
This all works well, but i would like the color to be
configurable via the app.config file.
i know how to do this but would like to add the jazz of
using the properties window (like what the SqlConnection
component does), in that you can open the dynamic
properties window and tell the control via ticking the box
to store the connection string in the application
configuration file and it lets you specify a key name for
it.
how do i implement this functionality into my control???
Thanks in advance
I have designed a textbox that inherits from the
System.Windows.Forms.Textbox control.
when the control is readonly the back color changes to a
light blue to indicate that it is frozen.
This all works well, but i would like the color to be
configurable via the app.config file.
i know how to do this but would like to add the jazz of
using the properties window (like what the SqlConnection
component does), in that you can open the dynamic
properties window and tell the control via ticking the box
to store the connection string in the application
configuration file and it lets you specify a key name for
it.
how do i implement this functionality into my control???
Thanks in advance