The font used to render the control.

Usage

Set_Property(OLECtrlEntID, "OLE.Font", FontArray)

Values

The FontArray structure uses the same formatting as the OpenInsight FONT property. Visit the Font common OLE property page for further documentation.

Default: Tahoma, 8 pt.

Remarks

The Font property establishes the font used to render all the elments of the date picker control. The same font is used to render the header, days of week, week number, days, and buttons. Use it to set the overall look and feel of the whole control.

Use the DayStyle property to change the font of individual days.

Example

// Change the font to Courier New 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.Font", "Courier New")

See Also

DayStyle

  • No labels