CustomBar: Plugin Reference

Control.SetText

Sets the control's actual text. Note that this is different from setting the control's TextProc, which updates the control text every TimerRate milliseconds with its contents. This function is mostly used to easily set text in controls such as edit boxes, and for setting large amounts of text. For more information on the differences between SetText and SetTextProc, see the Scripter's Control Documentation

Control.SetText( string NewText, string OldText )

Parameters

NewText

New text to replace control text with.

Return Value

No return value.