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