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

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

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

revision 1.5 by ktreichel, Fri Nov 19 18:08:44 2004 UTC revision 1.6 by drobosson, Thu Mar 24 09:09:22 2005 UTC
# Line 37  namespace System.Windows.Forms Line 37  namespace System.Windows.Forms
37                          sizeMode = PictureBoxSizeMode.Normal;                          sizeMode = PictureBoxSizeMode.Normal;
38                          TabStop = false;                          TabStop = false;
39                          SetStyle(ControlStyles.SupportsTransparentBackColor, true);                          SetStyle(ControlStyles.SupportsTransparentBackColor, true);
40                            SetStyle(ControlStyles.Selectable, false);
41                  }                  }
42    
43                  public override bool AllowDrop                  public override bool AllowDrop

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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