Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / NumberNegativeFormat Enumeration


In This Topic
    NumberNegativeFormat Enumeration
    In This Topic
    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
    public enum NumberNegativeFormat : System.Enum 
    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