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