HotKeyEdit 属性 |
HotKeyEdit 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Background |
用于绘制控件背景的画刷。例如,在单行编辑控件中,背景是编辑控件中文本后面的颜色。
(继承自 Control。) | |
Caption |
表示文本控件标题的字符串。
(继承自 TextControl。) | |
ContextMenu |
表示控件的本地弹出菜单的菜单对象。
(继承自 Control。) | |
ControlFont |
用于在控件中绘制文本的字体。
(继承自 TextControl。) | |
ControlID |
表示控件唯一 ID 的 1 到 8000 之间的数字
(继承自 Control。) | |
ControlType | (重写 ControlType.) | |
CurrentText |
一个字符串,表示当前在文本控件中显示的文本。对于编辑控件,包括简单和下拉组合框关联的编辑框,
它包含当前在编辑框中显示的文本。对于 FixedIcon 和组框控件,TextControl:CurrentText 包含 NULL_STRING。
(继承自 TextControl。) | |
EventReturnValue | (继承自 Control。) | |
FieldSpec | (继承自 Control。) | |
HasFocus | (继承自 Control。) | |
HotKey |
与此热键编辑关联的 HotKey 对象。
| |
HyperLabel |
连接到控件的链接。
(继承自 Control。) | |
IsHidden | (继承自 Control。) | |
Length |
一个表示控件中字符数的数字值。
(继承自 TextControl。) | |
Modified |
当标准编辑控件或可编辑组合框正在修改时,设置为逻辑值 TRUE 。
(继承自 Control。) | |
Name |
表示控件名称的字符串。
(继承自 Control。) | |
NameSym |
表示控件名称的符号。
(继承自 Control。) | |
Origin |
表示控件在其所有者窗口上的位置的点,以画布坐标表示。
(继承自 Control。) | |
Owner |
控件的所有者窗口。
(继承自 Control。) | |
OwnerAlignment |
表示窗口在其所有者窗口内对齐方式的常量。
(继承自 Control。) | |
Parent | (继承自 Control。) | |
ReadOnly |
控件是否为只读?
(继承自 Control。) | |
Rule |
与此热键编辑关联的 HotKeyRule 对象。
| |
Server |
当前连接到此控件的服务器对象。如果没有连接服务器,则值为 NIL。
(继承自 Control。) | |
Size |
表示控件大小的尺寸。
(继承自 Control。) | |
Status |
表示控件在验证尝试或其他操作后的状态的链接。
(继承自 Control。) | |
SWFControl | (继承自 Control。) | |
TextColor |
用于在控件中绘制文本的颜色。 (有关在颜色对象中指定颜色对象的详细信息,请参阅 Color:Init() 方法。)
(继承自 TextControl。) | |
TextValue |
一个字符串,表示控件中保存的值。
(继承自 TextControl。) | |
ToolTipText |
表示当用户将鼠标指针移动到控件上时使用的工具提示文本的字符串值。
(继承自 Control。) | |
UseHLForToolTip |
确定是否应将控件的链接描述文本用作工具提示文本的逻辑值。
(继承自 Control。) | |
Value |
控件中保存的值,以控件保存的任何数据类型表示。
(继承自 Control。) | |
ValueChanged | (继承自 Control。) |