namespace System.Windows.Forms { // TODO? public class MaskedTextBox : TextBox { public string Mask { get; set; } public bool SkipLiterals { get; set; } } }