FormListControl.calcControlSize Method [AX 2012]
Calculates the font size that is used for a form list control, based on the number of characters and the number of lines.
public container calcControlSize(int chars, int lines)
Run On
ClientParameters
- chars
- Type: int
An Integer data type that specifies the number of characters.
- lines
- Type: int
An Integer data type that specifies the number of lines.
Return Value
Type: containerA Container data type value that specifies the size of a form list control.
Community Additions
ADD
Show: