Bugzilla – Attachment 273701 Details for
Bug 477383
MaskedTextBox: Backspace doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Test Case
Test.cs (text/plain), 529 bytes, created by
Brad Taylor
on 2009-02-18 19:15:10 UTC
(
hide
)
Description:
Test Case
Filename:
MIME Type:
Creator:
Brad Taylor
Created:
2009-02-18 19:15:10 UTC
Size:
529 bytes
patch
obsolete
>// Compile with: >// mcs -r:System.Drawing -r:System.Windows.Forms Test.cs > >using System; >using System.Drawing; >using System.Reflection; >using System.Windows.Forms; >using System.Runtime.InteropServices; > >public class MaskedTextBoxTest >{ > [STAThread] > public static void Main (string[] args) > { > Form form = new TestForm (); > Application.Run (form); > } > > public class TestForm : Form > { > public TestForm () : base () > { > MaskedTextBox mtb = new MaskedTextBox (); > mtb.Mask = "000-000-0000"; > Controls.Add (mtb); > } > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 477383
: 273701 |
306046