Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MaskedTextBoxユーザーがASCII文字を入力できるようにする必要があるコンポーネントが1つあります。MaskFormatこれはC#で何をすべきですか?
MaskedTextBox
MaskFormat
定義済みのマスクを使用するには、マスクの設定機能を使用できます。
または、マスクをここのマスクテキストボックス (またはプロパティ ウィンドウのマスク プロパティ)に書き込むことができます。
そして、これはMaskedTextBox のAsciiOnlyプロパティに関するものです。