|
|
|
|
|
<Organizer>.BackgroundColor (Function) In french: <Agenda>.CouleurFond Defines a background color for a time slot in an Organizer control. Warning: The background color changed is not that of the appointment, but that of the specified time slot..
AGD_MonAgenda.CouleurFond("20111012", "20111015", iLightRed)
Syntax
<Organizer control>.BackgroundColor(<Start of time period> , <End of time period> , <Color>)
<Organizer control>: Control name Name of the Organizer control to be used. This field may correspond to: - an Organizer control in a window,
- an Organizer control in a report.
<Start of time period>: Character string or DateTime variable Start date and time of time period to color. - If the date format is 00000000HHMMSS, all the days are affected.
- If the date format is YYYYMMDD, all the hours of the day are assigned..
<End of time period>: Character string or DateTime variable End date and time of time period to color. <Color>: Integer Background color of time period. This color can correspond to:Note: If this parameter is set to -1 or the constant Transparent, the default background color is restored.. Remarks The granularity of time period using a specific background color is limited to the granularity of drawing.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|