Pinned Loading
-
Textbox only numeric
Textbox only numeric 1// PreviewTextInput event to make numeric textbox
2private void textbox_OnlyNumeric(object sender, TextCompositionEventArgs e)
3{
4e.Handled = !IsStringNumeric(e.Text);
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.