Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Datepicker  PaintManager.ButtonFaceColor
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Datepicker PaintManager.ButtonFaceColor

 Post Reply Post Reply
Author
Message
CodeJockUser138273 View Drop Down
Newbie
Newbie


Joined: 28 November 2024
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote CodeJockUser138273 Quote  Post ReplyReply Direct Link To This Post Topic: Datepicker PaintManager.ButtonFaceColor
    Posted: 13 hours 2 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

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.