TypedTextBox
Allows the user to enter a typed value
Last updated
Was this helpful?
Allows the user to enter a typed value
Last updated
Was this helpful?
Was this helpful?
this.textBox.ValueType = typeof(System.Decimal);
this.textBox.CustomFormat = "c";this.textBox.ValueType = typeof(System.DateTime);
this.textBox.CustomFormat = "dd";