コード例 #1
0
        //protected override void DrawWeekdaysAbbreviation(CalendarControlObjectInfoArgs e)
        //{
        //    base.DrawWeekdaysAbbreviation(e);
        //}

        protected override void DrawWeekdaysAbbreviationSeparator(CalendarControlObjectInfoArgs e)
        {
            //base.DrawWeekdaysAbbreviationSeparator(e);
        }
コード例 #2
0
 protected override void DrawDayCell(CalendarControlObjectInfoArgs e, CalendarCellViewInfo cell)
 {
     base.DrawDayCell(e, cell);
 }
コード例 #3
0
 protected override void DrawWeekDayAbbreviation(CalendarControlObjectInfoArgs e, CalendarCellViewInfo cell)
 {
     //base.DrawWeekDayAbbreviation(e, cell);
 }