InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNumericBox Class / PositivePattern Property

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