![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 191
1998-2004 Gravitybox Software LLC
This property determines if the page numbers are printed
on the pages when a schedule is printed. When true, a
printed schedule will display its X and Y page coordinates
in the top, left corner of the page. This allows a large
schedule to be reconstructed after printing.
PropertiesAllowCustomButton
PropertiesCustomButtonText
Property PropertiesAllowCustomButton() As
Boolean
Property PropertiesCustomButtonText() As
String
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.
ProviderAppearance,
ProviderBackColor,
ProviderFont,
ProviderForeColor
Property ProviderAppearance() As
AppearanceConstants
Property ProviderBackcolor() As OLE_COLOR
Property ProviderFont() As StdFont
Property ProviderForeColor() As OLE_COLOR
These properties will determine the display of the
provider section of a schedule. If the
ShowProviderAvailableTime or
ShowProviderScheduledTime properties are set then the
Providers collection will be displayed in the left margin.
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.
ProviderBarWidth
Property ProviderBarWidth() As Long
This property defines the width in pixels of each Provider
bar on the left margin of the schedule. It also defines the
width of the Provider bar on each appointment's left side.
RightToLeft
Property RightToLeft() As Boolean
|