'Declaration Public Property UseDecimalDigit As Boolean
'Usage Dim instance As PopUpCalculatorInfo Dim value As Boolean instance.UseDecimalDigit = value value = instance.UseDecimalDigit
public bool UseDecimalDigit {get; set;}
Property Value
A bool value, true to use the decimal digit; otherwise, false.The default is false.