![]() | Name | Value | Description | ||
| exDateTodayCaption | 0 | Specifies the caption for the 'Today' button in a EditDate By default, the Option(exDateTodayCaption) is "Today". (string expression) | |||
| exDateMonths | 1 | Specifies the names for months to be displayed in a EditDate editor. The list of months should be delimitated by spaces. By default, the Option(exDateMonths) = "January February March April May June July August September October November December". (string expression) | |||
| exDateWeekDays | 2 | Specifies the shortcut for the weekdays to be displayed in a EditDate editor. The list of shortcut for the weekdays should be separated by spaces. By default, the Option(exDateWeekDays) = "S M T W T F S". The first shortcut in the list indicates the shortcut for the Sunday, the second shortcut indicates the shortcut for Monday, and so on. (string expression) | |||
| exDateFirstWeekDay | 3 | Specifies the first day of the week in an EditDate editor. By default, the Option(exDateFirstWeekDay) = 0. The valid values for the Option(exDateFirstWeekDay) property are like follows: 0 - Sunday, 1 - Monday, 2 - Tuesday, 3 - Wednesday, 4 - Thursday, 5 - Friday and 6 - Saturday. (long expression, valid values are 0 to 6) | |||
| exDateShowTodayButton | 4 | Specifies whether the 'Today' button is visible or hidden in a EditDate editor. By default, the Option(exDateShowTodayButton) property is True. (boolean expression) | |||
| exDateMarkToday | 5 | Gets or sets a value that indicates whether the today date is marked in a EditDate editor. By default, Option(exDateMarkToday) property is False. (boolean expression) | |||
| exDateShowScroll | 6 | Specifies whether the years scroll bar is visible or hidden in a EditDate editor. By default, the Option(exDateShowScroll) property is True. (boolean expression) | |||
| exFontCharSet | 7 |
Specifies a list of character sets being included in the font editor. The comma
splits the characters sets in the option. By default, the exFontCharSet option
is "0,2,255", that means that ANSI, OEM and SYMBOL character sets are
included. (string expression)
For instance, if you need to include the Japanese fonts, you need to use the exFontCharSet option as "0,2,128,255", where 128 indicates the SHIFTJIS_CHARSET. |