This Question is Assumed Answered

1 "correct" answer available (5 pts) 15 "helpful" answers available (3 pts)
1 Replies Last post: Jun 16, 2008 7:26 AM by Kamal

how to create customized look and feel for calendar control?

Jun 16, 2008 6:01 AM

Click to view RajivGu's profile Level 6 RajivGu 94 posts since
Apr 2, 2008

Hi,


Is it possible to create my own CustomCalendarControlUI which is inherited from ControlUI and uses Table or some other control to display the

calendar instead of CalendarControlUI?

Thanks

Rajiv

Click to view Kamal's profile Curl Kamal 149 posts since
Oct 17, 2007
1. Re: how to create customized look and feel for calendar control? Jun 16, 2008 7:26 AM
The UI of a CalendarControl must be a subcalss of CalendarControlUI. So the alswer to your question is NO. However you can subcalss CalendarControlUI (which is a subclass of ControlUI and provides a minimal interface between the CalendarControl and its UI) or any of the public subclasses of CalendarControlUI to achieve your goal.