ChartDirector 7.1 (C++ Edition)

TextBox.setHeight


Usage

void setHeight(int height);

Description

Sets the height of the text box.

By default, the height of the text box is automatically determined to be just enough to hold the text. The setHeight method can be used to specified a fix height.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the text box in pixels.

Return Value

None