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