[VB] | Public Sub setText(text As String) |
[C#] | public void setText(string text); |
ChartDirector 5.1 (.NET Edition)
TextBox.setText
Usage
[VB] | Public Sub setText(text As String) |
[C#] | public void setText(string text); |
Description
Arguments
Argument | Default | Description |
---|---|---|
text | (Mandatory) | The text to be displayed in the text box. |
Return Value