![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 184
1998-2004 Gravitybox Software LLC
FindDialogModal
Property FindDialogModal() As Boolean
This property determines if the Find dialog is displayed in
a modal fashion. If this property is True, the find screen
will display as a modal screen. No user interaction with
the main schedule is possible until the screen is closed.
When False the find screen will be displayed non-modal
and the user may interact with the schedule while the
Find screen is displayed.
FirstDayOfWeek
Property FirstDayOfWeek() As VbDayOfWeek
This property determines which day of the week is
displayed in the first column of the schedule in month
view. When a schedule is displayed in month view, it is in
standard calendar format. Different locals around the
world start the week on different days. This property
allows you specify which day of the week is the start day.
ForeColor
Property ForeColor() As OLE_COLOR
This is the forecolor of the schedule. All grid lines, text,
etc will be drawn with this color.
GridLines
Property GridLines() As Boolean
This property determines if the grid is displayed on the
schedule. By default there is a grid. It consists of lines
drawn between every time increment and every column,
be it a day or room. This enables the user to clearly see
where each appointment lies. There may be times when
you do not wish to display the grid. If so, set this property
to False, otherwise the grid is displayed.
HeaderDateFormat
Property HeaderDateFormat() As String
This property defines the format of the date at the top of
the Day Schedule. The date headers for the Day
Schedule will be displayed in this format. This can be a
multiple line format string. The Day Schedule displays
two lines to accommodate large date formats.
Examples:
1) mm/dd/yy
2) YYYY-MM-DD
3) dd/mm/yyyy
|