Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the font size that is used for a form list control, based on the number of characters and the number of lines.
Syntax
public container calcControlSize(int chars, int lines)
Run On
Client
Parameters
- 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: container
A Container data type value that specifies the size of a form list control.