![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 173
1998-2004 Gravitybox Software LLC
This property determines if the "files" button is available
on the default property screen. When this propety value is
true, this button allows to user to add or remove file
associations to an appointment.
AllowFind
Property AllowFind() As Boolean
This property, when set to true, allows the user to press
the CTRL-F key combination to display the default "Find
Appointments" dialog. This dialog allows the user to
search define criteria that are used to find appointments.
The results are displayed in the bottom portion of the
screen after pressing the "Find" button. The user may
double-click on an appointment to edit it if the schedule's
AllowEdit property is true. The user may also remove
appointments from the list by pressing the <Delete> key if
the schedule's AllowDelete property is true.
AllowInPlaceEdit
Property AllowInPlaceEdit() As Boolean
This property determines if an edit box will appear when
the user clicks on an appointment. When the property is
True, it allows the user to edit either the Subject or
DisplayText of an appointment, depending on the
TextDisplay property. AllowInPlaceEdit is tied to the
AllowEdit property. If AllowEdit Is False, this property will
also be False.
AllowInterWindowDrop
Property AllowInterWindowDrop() As Boolean
This property determines if appointments dragged from
other windows are accepted. If this property is true then
the user can move an appointment from another window
into the current one. If it is false then the mouse cursor
will turn to a NoDrop sign if another appointment is
dragged over this schedule.
Note: If the AllowMove property is false, then this
property is also false.
AllowItemResizing
Property AllowItemResizing() As
ItemResizingConstants
The property determines if the user can resize an
appointment. There are 4 modes that can be set. None,
TopLeft, BottomRight, or All. If the property is set to None
then there is no item resizing by the user. When this
|