UI\Controls\Form::append

(UI 0.9.9)

UI\Controls\Form::append追加控件

描述

public UI\Controls\Form::append(string $label, UI\Control $control, bool $stretchy = false): int

将控件追加到表单中,并设置标签

参数

label

标签的文本

control

一个控件

stretchy

应设置为 true 以拉伸控件

返回值

将返回追加控件的索引,可能为 0

添加笔记

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top