System.Windows.Forms.MonthCalendar.Refresh C# (CSharp) Method

Refresh() public method

public Refresh ( ) : void
return void
        public override void Refresh()
        {
            base.Refresh();
            SetDate(_selectedDate);

            if (todayButton != null)
            {
                todayButton.Location = new Point(3 + 2 * CellWidth, 33 + 7 * 15);
            }
        }