InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputNumericBox Class / NegativePattern Property

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