MonthCalendar 属性 |
MonthCalendar 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Background |
用于绘制控件背景的画刷。例如,在单行编辑控件中,背景是编辑控件中文本后面的颜色。
(继承自 Control。) | |
BackgroundColor |
描述 MonthCalendar 控件背景颜色(在月份之间)的 Color 对象。
| |
Caption |
表示文本控件标题的字符串。
(继承自 TextControl。) | |
ContextMenu |
表示控件的本地弹出菜单的菜单对象。
(继承自 Control。) | |
ControlFont |
用于在控件中绘制文本的字体。
(继承自 TextControl。) | |
ControlID |
表示控件唯一 ID 的 1 到 8000 之间的数字
(继承自 Control。) | |
ControlType | (重写 ControlType.) | |
CurrentText |
一个字符串,表示当前在文本控件中显示的文本。对于编辑控件,包括简单和下拉组合框关联的编辑框,
它包含当前在编辑框中显示的文本。对于 FixedIcon 和组框控件,TextControl:CurrentText 包含 NULL_STRING。
(继承自 TextControl。) | |
EventReturnValue | (继承自 Control。) | |
FieldSpec | (继承自 Control。) | |
FirstDayOfWeek |
一个整数,指定一周的第一天(星期一=0,星期二=1,依此类推)。
| |
HasFocus | (继承自 Control。) | |
HyperLabel |
连接到控件的链接。
(继承自 Control。) | |
IsHidden | (继承自 Control。) | |
Length |
一个表示控件中字符数的数字值。
(继承自 TextControl。) | |
MaxSelCount |
MonthCalendar 控件中可以选择的最大天数。
| |
Modified |
当标准编辑控件或可编辑组合框正在修改时,设置为逻辑值 TRUE 。
(继承自 Control。) | |
MonthBackgroundColor |
描述 MonthCalendar 控件背景颜色(在月份区域内)的 Color 对象。
| |
MonthDelta |
用户单击滚动按钮时控件滚动的月份数。
| |
Name |
表示控件名称的字符串。
(继承自 Control。) | |
NameSym |
表示控件名称的符号。
(继承自 Control。) | |
Origin |
表示控件在其所有者窗口上的位置的点,以画布坐标表示。
(继承自 Control。) | |
Owner |
控件的所有者窗口。
(继承自 Control。) | |
OwnerAlignment |
表示窗口在其所有者窗口内对齐方式的常量。
(继承自 Control。) | |
Parent | (继承自 Control。) | |
Range |
设置 MonthCalendar 控件的最小和最大允许日期的 DateRange 对象。
| |
ReadOnly |
控件是否为只读?
(继承自 Control。) | |
Selection |
当前选择的日期。在多重选择的情况下,返回的是开始日期。
| |
SelectionRange |
代表当前选择日期范围的 DateRange 对象。
| |
Server |
当前连接到此控件的服务器对象。如果没有连接服务器,则值为 NIL。
(继承自 Control。) | |
Size |
表示控件大小的尺寸。
(继承自 Control。) | |
Status |
表示控件在验证尝试或其他操作后的状态的链接。
(继承自 Control。) | |
SWFControl | (继承自 Control。) | |
TextColor |
指定 MonthCalendar 控件文本颜色的 Color 对象。
(重写 TextColor.) | |
TextValue |
当前日期选择的字符串格式。
(重写 TextValue.) | |
TitleBackgroundColor |
指定 MonthCalendar 控件标题背景颜色的 Color 对象。
| |
TitleTextColor |
指定 MonthCalendar 控件标题文本颜色的 Color 对象。
| |
Today |
MonthCalendar 控件指定的“今天”日期。
| |
ToolTipText |
表示当用户将鼠标指针移动到控件上时使用的工具提示文本的字符串值。
(继承自 Control。) | |
TrailingTextColor |
描述 MonthCalendar 控件尾部和前导天的颜色的 Color 对象,即不属于当前月份的天。
| |
UseHLForToolTip |
确定是否应将控件的链接描述文本用作工具提示文本的逻辑值。
(继承自 Control。) | |
Value |
当前选择的日期。
(重写 Value.) | |
ValueChanged | (继承自 Control。) |