点击或拖拽改变大小

Button 属性

X#

Button 类型公开以下成员。

属性
  名称说明
公共属性Background
用于绘制控件背景的画刷。例如,在单行编辑控件中,背景是编辑控件中文本后面的颜色。
(继承自 Control。)
公共属性Caption
表示显示在复选框或单选按钮旁边或推按钮顶部的文本字符串。Button:Caption 分配还会更改按钮的 Button:CurrentText。
(重写 Caption.)
公共属性ContextMenu
表示控件的本地弹出菜单的菜单对象。
(继承自 Control。)
公共属性ControlFont
用于在控件中绘制文本的字体。
(继承自 TextControl。)
公共属性ControlID
表示控件唯一 ID 的 1 到 8000 之间的数字
(继承自 Control。)
公共属性CurrentText
对于复选框、推按钮和单选按钮,Button:CurrentText 包含 NULL_STRING。
(重写 CurrentText.)
公共属性EventReturnValue (继承自 Control。)
公共属性FieldSpec (继承自 Control。)
公共属性HasFocus (继承自 Control。)
公共属性HyperLabel
连接到控件的链接。
(继承自 Control。)
公共属性Image
表示显示在按钮上的图标或位图图像的图像对象。
公共属性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
一个字符串,表示控件中保存的值。
(继承自 TextControl。)
公共属性ToolTipText
表示当用户将鼠标指针移动到控件上时使用的工具提示文本的字符串值。
(继承自 Control。)
公共属性UseHLForToolTip
确定是否应将控件的链接描述文本用作工具提示文本的逻辑值。
(继承自 Control。)
公共属性代码示例Value
控件中保存的值,以控件保存的任何数据类型表示。
(继承自 Control。)
公共属性ValueChanged (继承自 Control。)
Top
参见