dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] Conflict in TextBoxBase class


From: Adam Ballai
Subject: [Pnet-developers] Conflict in TextBoxBase class
Date: Sun, 21 Sep 2003 20:39:44 -0700
User-agent: KMail/1.5.3

In the msdn documentation for TextBoxBase it states that CanUndo should be:
public bool CanUndo { get;  }

found here:
http://msdn.microsoft.com/library/shared/deeptree/asp/rightframe.asp?dtcfg=/library/deeptreeconfig.xml&url=/library/en-us/cpref/html/frlrfsystemwindowsformstextboxbaseclasscanundotopic.asp?frame=true&hidetoc=false

in our implementation it is
abstract public bool CanUndo { get;}

It seems to be there is confusion here, because RichTextBox inherits CanUndo 
from TextBoxBase and if its abstract its not possible.

I'd like to resolve this quick as I want to begin implementing RichTextBox.

Thanks.
(minddog)
-- 
http://www.adamballai.com
http://www.thefrontnetworks.net
http://www.dotgnu.org
--
Regards,
Adam Ballai
The Front Networks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]