This documentation is archived and is not being maintained.
FormWindowControl.calcControlSize Method [AX 2012]
Retrieves the size of the control.
public container calcControlSize(int chars, int lines)
Run On
Client
Parameters
-
chars
- Type: int
The number of characters to use to determine the width.
-
lines
- Type: int
The number of lines to use to determine the height.
Return Value
Type:
container
The container that holds the width and height.