![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 226
1998-2004 Gravitybox Software LLC
PrintStart
Event PrintStart(Cancel As Boolean)
This event is raised when the GoPrint method is
invoked. You can stop the print before anything goes
to the printer by setting the Cancel parameter to true.
PropertiesCustomButtonClick
Event PropertiesCustomButtonClick()
The schedule has a default property window. You
have the option of displaying a custom button on this
window. When the user clicks on this button the
"PropertiesCustomButtonClick" event is raised so
that you may add additional functionality to this
property window. If you have no use for an extra
button on the default properties screen, just set the
"PropertiesAllowCustomButton" property to false and
it will not appear. You may set the text of the button
using the "PropertiesCustomButtonText" property of
the schedule control.
ProviderAvailableClick
Event ProviderAvailableClick(oProvider
As CProviderEl, Button As Integer,
Shift As Integer)
This event is raised when the available times of a
provider is clicked with the mouse. The
ShowProviderAvailableTime property must be set for
the times to be displayed.
ProviderAvailableHeaderClick
Event
ProviderAvailableHeaderClick(Button As
Integer, Shift As Integer)
This event is raised when the header of the available
times of a provider is clicked with the mouse. The
header is the text that heads the column. The
ShowProviderAvailableTime property must be set for
the times to be displayed.
|