ILabel

A piece of text. This text cannot be modified by a user.

Members

Functions

text
string text()

Gets the text shown in the component.

text
void text(string text)

Sets the text shown in the component.

Inherited Members

From IComponent

visible
void visible(bool visible)

Sets the visibility of the component.

visible
bool visible()

Gets the visibility of the component.

getInternal
IComponent getInternal()

Returns the component owned by the backend.

Meta