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.
Retrieves the size of the control.
Syntax
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.