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

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

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

revision 1.5 by drobosson, Sun Aug 7 12:19:36 2005 UTC revision 1.6 by drobosson, Mon Nov 7 03:50:19 2005 UTC
# Line 313  public class ToolBarButton Line 313  public class ToolBarButton
313                  dropRectangle = Rectangle.Empty;                  dropRectangle = Rectangle.Empty;
314          }          }
315    
         [TODO]  
316          public override string ToString()          public override string ToString()
317          {          {
318                  // Fix                  return String.Format("ToolBarButton: {0}, Style: {1}",
319                  return base.ToString();                          Text, Style);
320          }          }
321    
322    

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