You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

All fonts used in the schedule portion of the control.

Usage

Set_Property(OLECtrlEntID, "OLE.ScheduleFonts", Array)

Values

Array has the following structure:

PosNameTypeDescriptionDefault
<1>Time Bar HoursFontThe font used to display hours in the time bar16 pt. Tahoma
<2>Time Bar MinutesFontThe font used to display minutes in the time bar8 pt. Tahoma
<3>Entity Header NameFontThe font used to display the entity name in it's column header8 pt. Tahoma, Bold
<4>Entity Header DescriptionFontThe font used to display the entity description beneath it's name in the column header8 pt. Tahoma

Remarks

The ScheduleFonts property can be used to customize various fonts used in rendering the Schedule control.

Example

// Change the entity description font to italics 
Fonts = "" 
Fonts<4> = @SVM:@SVM:@SVM:1 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.ScheduleFonts", Fonts)
  • No labels