/[dotgnu-pnet]/pnetlib/System.Windows.Forms/Label.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/Label.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by ptah, Sun Sep 26 14:32:26 2004 UTC revision 1.17 by drobosson, Thu Mar 24 09:09:22 2005 UTC
# Line 44  public class Label : Control Line 44  public class Label : Control
44                          {                          {
45                                  SetStyle(ControlStyles.ResizeRedraw, true);                                  SetStyle(ControlStyles.ResizeRedraw, true);
46                                  SetStyle(ControlStyles.SupportsTransparentBackColor, true);                                  SetStyle(ControlStyles.SupportsTransparentBackColor, true);
47                                    SetStyle(ControlStyles.Selectable, false);
48    
49                                  this.useMnemonic = true;                                  this.useMnemonic = true;
50                                  this.flatStyle = FlatStyle.Standard;                                  this.flatStyle = FlatStyle.Standard;
51                                  this.alignment = ContentAlignment.TopLeft;                                  this.alignment = ContentAlignment.TopLeft;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26