MobileForms Toolkit Documentation

TitleElement.SetText Method 

Sets the label text and recomputes the size of the label to fit the text.

public void SetText(
string text,
bool bMultiLine
);

Parameters

text
New label text.
bMultiLine
Whether to allow multiline text.

See Also

TitleElement Class | Resco.Controls.MessageBox Namespace