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