Appearance
|
Font
|
Font of text of this component
|
Foreground Color
|
The foreground color of the component.
|
Background Color
|
The background color of the component.
|
Today Foreground
|
Foreground color for the today indicator.
|
Today Background
|
Background color for the today indicator.
|
Weekend Foreground
|
Foreground color for the weekend indicators.
|
Weekend Background
|
Background color for the weekend indicators.
|
Selected Border
|
The border for the selected day indicator.
|
Title Background
|
The background of the title bar
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Styles
|
Contains the component's styles
|
styles
|
|
Dataset
|
|
bindable | expert
|
|
Behavior
|
Time Style
|
Select how this calendar should treat the time portion of the date.
|
timeStyle
|
|
int
|
|
0
|
User Selectable
|
1
|
Start of Day
|
2
|
End of Day
|
|
|
Show Navigation
|
Turn this off if you don't want to show the year and month navigation buttons.
|
Show OK Button
|
Turn this off if you don't want to show the OK button. The latched date and the immediate date will be equivalent.
|
Show Time
|
Turn this off if you don't want to show the time panel.
|
Time Display Format
|
The format for displaying time in the panel
|
Format String
|
The date formatting pattern used to format the string versions of the dates.
|
Common
|
Name
|
The name of this component.
|
Enabled
|
If disabled, a component cannot be used.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Opaque
|
If false, backgrounds are not drawn. If true, backgrounds are drawn.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
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
|
Date (immediate)
|
The date as it is selected right now.
|
Date (latched)
|
The date the last time "OK" was pressed.
|
latchedDate
|
|
Date
|
|
bindable
|
|
Formatted Date
|
The date property, as formatted by the format string.
|
formattedDate
|
|
String
|
|
bindable
|
|
Formatted Latched Date
|
The latched date property, as formatted by the format string.
|
formattedLatchedDate
|
|
String
|
|
bindable
|
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|