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