C#
VB
C++
Displays a System.Windows.Forms.TextBox user control that only accepts numeric inputs.
public class NumericTextBox : TextBox
Public Class NumericTextBox
Inherits System.Windows.Forms.TextBox
Implements System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
public ref class NumericTextBox : public System.Windows.Forms.TextBox, System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
The values that can be entered into the NumericTextBox between the MaximumAllowed and MinimumAllowed values.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET