C1.WPF Namespace : RangeValidationMode Enumeration |
'Declaration
Public Enum RangeValidationMode Inherits System.Enum
'Usage
Dim instance As RangeValidationMode
public enum RangeValidationMode : System.Enum
public enum class RangeValidationMode : public System.Enum
Member | Description |
---|---|
Always | This mode doesn't allow entering out of range values. |
AlwaysTruncate | This mode doesn't allow entering out of range values. The value will be truncated if the limits are exceeded. |
OnLostFocus | The value will be truncated on lost focus. |
System.Object
System.ValueType
System.Enum
C1.WPF.RangeValidationMode
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