Navigation bar
  Home Print document Start Previous page
 198 of 234 
Next page End  

Gravitybox Schedule Primer
Page 196 
1998-2004 Gravitybox Software LLC
displayed in the top margin. The tabs allow the user to
toggle between Category and Provider mode. This will
display the Category and Provider bars in the left margin
respectively.
TextDisplay
Property TextDisplay() As
TextDisplayConstants
An appointment may display its DisplayText or Subject
property in its display area. The TextDisplay property
determines which one is used.
TimeAppearance,
TimeBackColor,
TimeFont,
TimeForeColor
Property TimeAppearance() As
AppearanceConstants
Property TimeBackcolor() As OLE_COLOR
Property TimeFont() As StdFont
Property TimeForeColor() As OLE_COLOR
These properties will determine the display of the time
headers of a schedule. The font and colors of this section
are controlled by these properties. They allow you to set
the back and fore colors as well set a 3D or flat
appearance. The font may be set as well to customize the
look and feel of this section.
TimeFormat
Property TimeFormat() As
ScheduleTimeFormats
This property determines if the control displays times in
12-hour or 24-hour mode. If in 12-hour mode, then the
printed times have the AM/PM marker (ex. 3:00 PM). If
this property is set to 24-hour mode then the same time
would be displayed 15:00 with no AM/PM marker.
ScheduleTimeFormats Constants:
Public Enum ScheduleTimeFormats
  [12Hour] = 1
  [24Hour] = 2
End Enum
TimeLayout
Property TimeLayout As TimeLayoutConstants
This property determines the mode in which the time
margin is displayed. If the setting is "tlHour", the time
margin has a double-size, large font hour display and a
normal size minute display. When the property value is
http://www.purepage.com