Xceed Grid for WinForms v4.3 Documentation
NumericInputModes Enumeration


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : NumericInputModes Enumeration
Value representing the input mode of the WinNumericTextBox control.
Syntax
'Declaration
 
Public Enum NumericInputModes 
   Inherits System.Enum
'Usage
 
Dim instance As NumericInputModes
public enum NumericInputModes : System.Enum 
Members
MemberDescription
FreeTextThe WinNumericTextBox control accepts text selection and does not process formulas.
InLineCalculatorThe WinNumericTextBox control does not accept text selection and all keys will be forwarded to its WinNumericTextBox.DropDownControl (WinCalculator).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Editors.NumericInputModes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Editors Namespace