Version

NumericEditorDataMode Enumeration

Specifies the data mode of NumericEditor, CurrencyEditor and PercentEditor widgets.
Syntax
'Declaration
 
Public Enum NumericEditorDataMode 
   Inherits System.Enum
public enum NumericEditorDataMode : System.Enum 
Members
MemberDescription
ByteThe numeric value with limits of byte is used by the get/set value() method.
DoubleThe numeric value with limits of double is used by the get/set value() method.
FloatThe numeric value with limits of float is used by the get/set value() method.
IntThe numeric value with limits of ulong is used by the get/set value() method.
LongThe numeric value with limits of long is used by the get/set value() method.
SByteThe numeric value with limits of sbyte is used by the get/set value() method.
ShortThe numeric value with limits of short is used by the get/set value() method.
UIntThe numeric value with limits of int is used by the get/set value() method.
ULongThe numeric value with limits of ulong is used by the get/set value() method.
UShortThe numeric value with limits of ushort is used by the get/set value() method.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub