Control

(UI 0.9.9)

Introduction

This is the closed base class for all UI Controls.

Class synopsis

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

Table of Contents

add a note add a note

User Contributed Notes

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