NumericTextBox Class

Summary
Displays a System.Windows.Forms.TextBox user control that only accepts numeric inputs.
Syntax
C#
VB
C++
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   
Remarks

The values that can be entered into the NumericTextBox between the MaximumAllowed and MinimumAllowed values.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.