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