Control Form (Arrangement)

Control Form (Arrangement)

(UI 0.9.9)

簡介

A Form is a control which allows the arrangement of other controls into a familiar layout (the form).

類摘要

class UI\Controls\Form extends UI\Control {
/* 屬性 */
protected $controls;
/* 方法 */
public append(string $label, UI\Control $control, bool $stretchy = false): int
public delete(int $index): bool
public isPadded(): bool
public setPadded(bool $padded)
/* 繼承的方法 */
public UI\Control::isEnabled(): bool
public UI\Control::isVisible(): bool
}

屬性

controls

Contains controls, should not be manipulated directly

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *