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