Datepicker PaintManager.ButtonFaceColor |
Post Reply |
Author | |
CodeJockUser138273
Newbie Joined: 28 November 2024 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 10 hours 58 minutes ago at 4:30am |
Hello, when I try to change the color of the today button in the datepickeer, this has no effect:
Public Sub FormatDropDownCalendar(CalendarControl As DatePicker) With CalendarControl .VisualTheme = xtpCalendarThemeOffice2007 .TextTodayButton = AC.Languages.LTextToday & ": " & Date .AllowNoncontinuousSelection = False .FirstWeekOfYearDays = 4 .HighlightToday = True .PaintManager.MonthHeaderBackColor = &HFBEBBD .PaintManager.MonthHeaderButtonColor = &HE3BB69 .PaintManager.ButtonFaceColor = &HFFFAE8 .ShowWeekNumbers = True End With End Sub |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |