[C#] | public void setMaxWidth(int maxWidth); |
[VB] | Public Sub setMaxWidth(maxWidth As Integer) |
ChartDirector 7.1 (.NET Edition)
TextBox.
Usage
[C#] | public void setMaxWidth(int maxWidth); |
[VB] | Public Sub setMaxWidth(maxWidth As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
maxWidth | (Mandatory) | The maximum width of the text box in pixels. |
Return Value