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