Control

(UI 0.9.9)

简介

This is the closed base class for all UI Controls.

类摘要

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

目录