![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 192
1998-2004 Gravitybox Software LLC
This property determines if the control will display the text
right-to-left. In Arabic and Hebrew the font will display in
this manner if this property is set to true. In western
languages this property will not make any difference in
the display because the font must support this style of
writing for the display to be correctly.
RoomHeaderAlign
Property RoomHeaderAlign() As
AlignmentConstants
This property determines the alignment of the header text
for rooms in the top of left margin.
RowHeight
Property RowHeight() As Long
This determines the height of the rows. There is a
minimum value determined by the specified font. This
value is specified in pixels.
ScheduleIncrement
Property ScheduleIncrement() As
ScheduleIncrementConstants
This is the increment in minutes that determine how an
hour is broken down. The valid values are listed below
and correspond to evenly divisible factors of an hour. Any
invalid values are mapped to sch30Minute. The default
break for an hour is 30 minutes.
Public Enum ScheduleIncrementConstants
sch5Minute = 5
sch10Minute = 10
sch15Minute = 15
sch20Minute = 20
sch30Minute = 30
sch60Minute = 60
End Enum
SelectedColor
Property SelectedColor() As OLE_COLOR
There is a selected area on a schedule in all "normal"
Viewmodes. When the user uses the arrow keys to
navigate, he is moving the selected area. This area is
colored with the SelectedColor property value.
SelectedItem
Property SelectedItem() As CScheduleEl
|