Habanero.Faces.Win.NumericUpDownCell.NumericUpDownCell C# (CSharp) 메소드

NumericUpDownCell() 공개 메소드

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