Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / CurrencyNegativePattern Property


In This Topic
    CurrencyNegativePattern Property (RegionalSettings)
    In This Topic
    Gets or sets the format for negative currency values.
    Syntax
    'Declaration
     
    Public Property CurrencyNegativePattern As Integer
    'Usage
     
    Dim instance As RegionalSettings
    Dim value As Integer
     
    instance.CurrencyNegativePattern = value
     
    value = instance.CurrencyNegativePattern
    public int CurrencyNegativePattern {get; set;}

    Property Value

    Integer number for formatting negative currency values
    Remarks
    Values match the Microsoft .NET NumberFormatInfo.CurrencyNegativePattern values.
    See Also