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

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