Panel.DrawText Method

Draws a raw line of text on a panel, without any markup other than a newline.

bool DrawText(const char[] text)

Parameters

const char[] text

Display text to use.

Return Value

True on success, false if raw lines are not supported.