ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonNumericBox Class / NegativePattern Property

In This Topic
    NegativePattern Property
    In This Topic
    Gets or sets the format pattern for negative values. The meaning depends on the StandardFormat.
    Syntax
    'Declaration
     
    Public Property NegativePattern As System.Integer
    public System.int NegativePattern {get; set;}
    See Also