[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #10412] BackColor of a Label cannot be set to Tr
From: |
Heiko Weiss |
Subject: |
[Pnet-developers] [bugs #10412] BackColor of a Label cannot be set to Transparent -> throws exception |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #10412] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10412>
Project: DotGNU Portable.NET
Submitted by: Heiko Weiss
On: Don 16.09.2004 at 09:36
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: BackColor of a Label cannot be set to Transparent -> throws exception
Original Submission:
Fix is:
Label.cs ctor of Label()
SetStyle(ControlStyles.ResizeRedraw, true);
SetStyle(ControlStyles.SupportsTransparentBackColor, true );
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10412>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bugs #10412] BackColor of a Label cannot be set to Transparent -> throws exception,
Heiko Weiss <=