'Declaration Public Enum NumericEditorDataMode Inherits System.Enum
public enum NumericEditorDataMode : System.Enum
Member | Description |
---|---|
Byte | The numeric value with limits of byte is used by the get/set value() method. |
Double | The numeric value with limits of double is used by the get/set value() method. |
Float | The numeric value with limits of float is used by the get/set value() method. |
Int | The numeric value with limits of ulong is used by the get/set value() method. |
Long | The numeric value with limits of long is used by the get/set value() method. |
SByte | The numeric value with limits of sbyte is used by the get/set value() method. |
Short | The numeric value with limits of short is used by the get/set value() method. |
UInt | The numeric value with limits of int is used by the get/set value() method. |
ULong | The numeric value with limits of ulong is used by the get/set value() method. |
UShort | The numeric value with limits of ushort is used by the get/set value() method. |
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
View on GitHub