c# - Is there a way to paint a colored border around a Textbox? -
i want create colored border around textbox on windows form, can done in android (with "id" , "packsize" edittext widgets):
is possible (without writing gazillion loc , sacrificing chicken)?
there borderstyle property, not change color of border. forecolor , backcolor properties nothing helpful.
you either:
- put textbox in larger panel dark
backcolor
or - handle
paint
event , draw border yourself.
Comments
Post a Comment