Habanero.Faces.Win.NumericUpDownCell.NumericUpDownCell C# (CSharp) Méthode

NumericUpDownCell() public méthode

Constructor to initialise a new cell
public NumericUpDownCell ( ) : System
Résultat System
        public NumericUpDownCell() : base()
        {
            // Format with 2 decimal places
            this.Style.Format = "0.00";
        }