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