ChartDirector 7.1 (.NET Edition)

TextBox.setText


Usage

[C#]public void setText(string text);
[VB]Public Sub setText(text As String)

Description

Sets the text to be shown in the text box.

CDML

Arguments

ArgumentDefaultDescription
text(Mandatory)The text to be displayed in the text box.

Return Value

None