FormFunctionButtonControl.calcControlSize Method
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.