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

Gravitybox Schedule Primer
Page 171 
1998-2004 Gravitybox Software LLC
This property determines if the user may double click on
the background of the schedule to create an appointment.
The double click must take place on the background
area, not an existing appointment. This property is tied to
the AllowAdd property. If AllowAdd is False, this property
will also be False, since no adds are allowed.
AllowDelete
Property AllowDelete() As Boolean
AllowDelete determines if a highlighted appointment can
be removed using the <Delete> key. This action will
remove the selected ScheduleItem from the
ScheduleItems collection. This can be performed
programmatically in any case, but can only be performed
by the user if this property is set.
AllowDragFromFile
Public Property AllowDragFromFile() As
Boolean
This property determines if the user is allowed to drag a
previously saved file to the schedule. When the
AllowDragToFile is set, the user may drag an
appointment and create a file on the desktop or Explorer.
Later the user may drag the saved file back to a schedule
window to add the appointment saved in the file to the
target schedule.
AllowDragToFile
Public Property AllowDragToFile() As
Boolean
This property determines if the user is allowed to drag an
appointment and drop it on the desktop or Explorer.
When this property set, the user may drag an
appointment and drop it to create a file that contains the
information for the specified appointment.
AllowEdit
Property AllowEdit() As Boolean
AllowEdit determines if the user can double-click on a
scheduled item and get an edit window for the
modification of a scheduled item's information. If
AllowEdit is false then the Edit window is read-only. It will
still appear but you will not be able to save any changes.
If you wish to cancel any dialog from displaying then
cancel it in the BeforeEdit event.
http://www.purepage.com