|
-
Nov 20th, 2002, 01:37 AM
#1
Thread Starter
Member
Transparent TextBox
Hi All,
I need to have transparent textboxes. I thought it would be as simple as inheriting TextBox and putting the following code in the constructor:-
setstyle(ControlStyles.SupportsTransparentBackColor, True)
The textbox now certainly allows me to set the backcolor to transparent, but unfortunately it always displays as white when I do.
Any clues?
Alan Liddle
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|