[Mono-winforms-list] .NET v2 MaskedTextBox

Kornél Pál kornelpal at hotmail.com
Wed Jun 29 16:58:45 EDT 2005


> 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



More information about the Mono-winforms-list mailing list