Control

(UI 0.9.9)

Giriş

This is the closed base class for all UI Controls.

Sınıf Sözdizimi

final class UI\Control {
/* Yöntemler */
public function destroy()
public function disable()
public function enable()
public function getParent(): UI\Control
public function getTopLevel(): int
public function hide()
public function isEnabled(): bool
public function isVisible(): bool
public function setParent(UI\Control $parent)
public function show()
}

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top