Top  | Previous | Next

Month View

calendars_MonthView

Description

Displays a month's worth of events on a calendar. Configuration is achieved by populating the Calendar Events dataset. See the Day View for details.

Properties

Appearance

Header Font

The font of the header's text.

Scripting name

headerFont

Data type

Font

Event Display Mode

Affects how events are displayed.Standard Mode: Displays each eventHighlight Mode: Highlights each day that contains events using the event highlight background color.

Scripting name

displayMode

Data type

int

Flags

bindable

Values

1

Standard

2

Highlight

Event Highlight Background

The background color of a day with events. Used only in highlight mode.

Scripting name

highlightBackground

Data type

Color

Flags

bindable

Header Foreground Color

The color of the header's text.

Scripting name

monthHeaderForeground

Data type

Color

Flags

bindable

Header Background Color

The color of the header's background

Scripting name

monthHeaderBackground

Data type

Color

Flags

bindable

Week Day Font

The font of the week day's text.

Scripting name

weekdayFont

Data type

Font

Week Day Foreground Color

The color of the week day's text.

Scripting name

weekDaysForeground

Data type

Color

Flags

bindable

Week Day Background Color

The color of the week day's background

Scripting name

weekDaysBackground

Data type

Color

Flags

bindable

Calendar Background Color

The color of the calendar's background.

Scripting name

calendarBackground

Data type

Color

Flags

bindable

Today's Background Color

The color of the today's background

Scripting name

todayBackground

Data type

Color

Flags

bindable

Selected Background Color

The color of the selected day's background

Scripting name

selectedBackground

Data type

Color

Flags

bindable

Hover Background Color

The background color of the hovered day

Scripting name

hoverBackground

Data type

Color

Flags

bindable

Day Outline Color

The color of the day's outline

Scripting name

boxOutline

Data type

Color

Flags

bindable

Day Font

The font for the number representing the day of the month.

Scripting name

dayFont

Data type

Font

Day Foreground Color

The foreground color for days in this month

Scripting name

dayOfMonthForeground

Data type

Color

Flags

bindable

Day Other Foreground Color

The foreground color for days not in this month

Scripting name

dayOfMonthOtherForeground

Data type

Color

Flags

bindable

Event Font

The font for all calendar events.

Scripting name

eventFont

Data type

Font

Event Background Color

The background color of the selected event

Scripting name

itemSelBackground

Data type

Color

Flags

bindable

Styles

Contains the component's styles

Scripting name

styles

Data type

Dataset

Flags

bindable | expert

Common

Name

The name of this component.

Scripting name

name

Data type

String

Flags

bindable

Visible

If disabled, the component will be hidden.

Scripting name

visible

Data type

boolean

Flags

bindable

Border

The border surrounding this component. NOTE that the border is unaffected by rotation.

Scripting name

border

Data type

Border

Mouseover Text

The text that is displayed in the tooltip which pops up on mouseover of this component.

Scripting name

toolTipText

Data type

String

Cursor

The mouse cursor to use when hovering over this component.

Scripting name

cursorCode

Data type

int

Values

0

Default

1

Crosshair

2

Text

3

Wait

12

Hand

13

Move

4

SW Resize

5

SE Resize

6

NW Resize

7

NE Resize

8

N Resize

9

S Resize

10

W Resize

11

E Resize

Data

Month

Set the calendar's month

Scripting name

month

Data type

int

Flags

bindable

Year

Set the calendar's year

Scripting name

year

Data type

int

Flags

bindable

Calendar events

Contains the calendar events

Scripting name

events

Data type

Dataset

Flags

bindable

Selected Day

The calendar's selected day

Scripting name

selectedDay

Data type

String

Flags

bindable

Hovered Day

The calendar's hovered day

Scripting name

hoveredDay

Data type

String

Flags

bindable

Selected Event

The calendar's selected event

Scripting name

selectedEvent

Data type

int

Flags

bindable

Data Quality

The data quality code for any tag bindings on this component.

Scripting name

dataQuality

Data type

int

Flags

bindable | expert

Scripting

Events

The following event sets are fired by this component. See Component Event Handlers to learn more.

mouse
mouseMotion
propertyChange

 

Scripting Functions

This component has no special scripting functions.