ITextArea

A multiline text field.

Members

Functions

monospace
bool monospace()

Returns true if the text is being shown in a monospaced font, false if it isn't.

monospace
void monospace(bool monospaced)

Sets whether the text should be shown in a monospaced font or not.

text
string text()

Gets the text shown in this text area.

text
void text(string text)

Sets the text shown in this text area.

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