Print Page | Close Window

Datepicker PaintManager.ButtonFaceColor

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=24533
Printed Date: 02 December 2024 at 1:29pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Datepicker PaintManager.ButtonFaceColor
Posted By: CodeJockUser138273
Subject: Datepicker PaintManager.ButtonFaceColor
Date Posted: 02 December 2024 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




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net