From: Peter Dennis Bartok
Just want to make sure you're aware that TextBoxBase (and the internal
TextControl it uses for edit functionality) are still under heavy
development. I don't know if you were planning on using the underlying
control code or writing the control from scratch.

TextBoxBase is the base class of MaskedTextBox so it has to be used anyway
regardless of it's completion status.:) And thus it's better to use the
functionality of TextBoxBase or implement missing functionality of
TextBoxBase in TextBoxBase rather than implementing it in MaskedTextBox
because it will be duplicated code when the same functionality in
TextBoxBase will be implemented.

Kornél

_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to