'Declaration
Public Enum NumberNegativeFormat Inherits System.Enum
'Usage
Dim instance As NumberNegativeFormat
public enum NumberNegativeFormat : System.Enum
'Declaration
Public Enum NumberNegativeFormat Inherits System.Enum
'Usage
Dim instance As NumberNegativeFormat
public enum NumberNegativeFormat : System.Enum
Member | Description |
---|---|
NegativeSignAfter | Displays the negative sign after the value in the control |
NegativeSignAfterWithSpace | Displays the negative sign with a space after the value in the control |
NegativeSignBefore | Displays the negative sign before the value in the control |
NegativeSignBeforeWithSpace | Displays the negative sign with a space before the value in the control |
Parentheses | Displays the negative sign and the value in the control in parentheses |
UseRegional | Displays the sign and value according to the Windows regional settings |
System.Object
System.ValueType
System.Enum
FarPoint.Win.NumberNegativeFormat