DecimalValueOnBlank Enumeration

Controls Value in Blank state.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public enum DecimalValueOnBlank

Members

Zero0 Indicates that Value should return zero in Blank state
Value1 Indicates that Value should return the internally stored value in Blank state
LowerLimitMinusOne2 Indicates that Value should return lower limit minus one or MinValue in Blank state.
UpperLimitPlusOne3 Indicates that Value should return upper limit plus one or MaxValue in Blank state.
MinInt4 Indicates that Value should return MinValue in Blank state.
MaxInt5 Indicates that Value should return MaxValue in Blank state.
MinDecimal6 Indicates that Value should return MinValue in Blank state.
MaxDecimal7 Indicates that Value should return MaxValue in Blank state.

See Also