[VB] | Public Sub void setTruncate(maxWidth As Integer [, maxLines As Integer ]) |
[C#] | public void void setTruncate(int maxWidth [, int maxLines ]); |
ChartDirector 5.1 (.NET Edition)
TextBox.setTruncate
Usage
[VB] | Public Sub void setTruncate(maxWidth As Integer [, maxLines As Integer ]) |
[C#] | public void void setTruncate(int maxWidth [, int maxLines ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
maxWidth | (Mandatory) | The maximum width of the text box in pixels. |
maxLines | 1 | The maximum number of lines that the text box can have. The text will be truncated if it exceeds the maximum number of lines. |
Return Value