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

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

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

revision 1.9 by ktreichel, Mon May 31 12:50:36 2004 UTC revision 1.10 by darkdust, Mon Aug 22 11:18:51 2005 UTC
# Line 91  public class ContainerControl : Scrollab Line 91  public class ContainerControl : Scrollab
91          public ContainerControl()          public ContainerControl()
92          {          {
93                  SetStyle(ControlStyles.AllPaintingInWmPaint, false);                  SetStyle(ControlStyles.AllPaintingInWmPaint, false);
94                    SetStyle(ControlStyles.ContainerControl, true);
95          }          }
96    
97  #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS  #if CONFIG_COMPONENT_MODEL || CONFIG_EXTENDED_DIAGNOSTICS

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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