С помощью этого элемента управления, можно задать шаблон ввода текста, а так же автоматически форматировать введенные данные.
Form1.cs
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows.Forms;namespaceWindowsFormsApplication1 {-
publicpartialclassForm1 : Form { -
publicForm1() { -
InitializeComponent(); -
} -
privatevoidbutton1_Click(objectsender, EventArgs e) { -
textBox1.Text = maskedTextBox1.Text; -
} -
privatevoidbutton1_Click_1(objectsender, EventArgs e) { -
textBox1.Text = maskedTextBox1.Text; -
} -
privatevoidbutton2_Click(objectsender, EventArgs e) { -
textBox2.Text = maskedTextBox2.Text; -
} -
privatevoidbutton3_Click(objectsender, EventArgs e) { -
textBox3.Text = maskedTextBox3.Text; -
} -
privatevoidbutton4_Click(objectsender, EventArgs e) { -
textBox4.Text = maskedTextBox4.Text; -
} -
privatevoidbutton5_Click(objectsender, EventArgs e) { -
textBox5.Text = maskedTextBox5.Text; -
} -
privatevoidbutton6_Click(objectsender, EventArgs e) { -
textBox6.Text = maskedTextBox6.Text; -
} -
} }
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows.Forms;namespaceWindowsFormsApplication1 {-
publicpartialclassForm1 : Form { -
publicForm1() { -
InitializeComponent(); -
} -
privatevoidbutton1_Click(objectsender, EventArgs e) { -
textBox1.Text = maskedTextBox1.Text; -
} -
privatevoidbutton1_Click_1(objectsender, EventArgs e) { -
textBox1.Text = maskedTextBox1.Text; -
} -
privatevoidbutton2_Click(objectsender, EventArgs e) { -
textBox2.Text = maskedTextBox2.Text; -
} -
privatevoidbutton3_Click(objectsender, EventArgs e) { -
textBox3.Text = maskedTextBox3.Text; -
} -
privatevoidbutton4_Click(objectsender, EventArgs e) { -
textBox4.Text = maskedTextBox4.Text; -
} -
privatevoidbutton5_Click(objectsender, EventArgs e) { -
textBox5.Text = maskedTextBox5.Text; -
} -
privatevoidbutton6_Click(objectsender, EventArgs e) { -
textBox6.Text = maskedTextBox6.Text; -
} -
} }