Initial winforms content migrated (#18)

* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,29 @@
---
title: "MaskedTextBox Control"
ms.date: "03/30/2017"
f1_keywords:
- "MaskedTextBox"
helpviewer_keywords:
- "MaskedTextBox control [Windows Forms]"
- "user input [Windows Forms], validating in Windows Forms"
- "validating user input [Windows Forms], Windows Forms"
- "text boxes [Windows Forms], validating user input"
ms.assetid: 235d6121-027d-481d-8d59-4f6794d15d0c
---
# MaskedTextBox Control (Windows Forms)
This topic links to others about the `MaskedTextBox` control.
## In This Section
[Walkthrough: Working with the MaskedTextBox Control](walkthrough-working-with-the-maskedtextbox-control.md)
Demonstrates the key features of the `MaskedTextBox` control.
[How to: Bind Data to the MaskedTextBox Control](how-to-bind-data-to-the-maskedtextbox-control.md)
Demonstrates how to reformat the data when data in the database does not match the format expected by your mask definition.
## Reference
<xref:System.Windows.Forms.MaskedTextBox>
The primary class for the implementation of the masked text box control.
## Related Sections
[Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)
Provides a complete list of Windows Forms controls, with links to information on their use.