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