FarPoint.Win Assembly / FarPoint.Win Namespace / NumberNegativeFormat Enumeration


NumberNegativeFormat Enumeration
Specifies the formatting of a negative value in a numeric edit control.
Syntax
'Declaration
 
Public Enum NumberNegativeFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As NumberNegativeFormat
Members
MemberDescription
NegativeSignAfterDisplays the negative sign after the value in the control
NegativeSignAfterWithSpaceDisplays the negative sign with a space after the value in the control
NegativeSignBeforeDisplays the negative sign before the value in the control
NegativeSignBeforeWithSpaceDisplays the negative sign with a space before the value in the control
ParenthesesDisplays the negative sign and the value in the control in parentheses
UseRegionalDisplays the sign and value according to the Windows regional settings
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.NumberNegativeFormat

See Also