Share via


FormGroupControl.calcControlSize Method

Calculates the size of a form group 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 group control.

See Also

FormGroupControl Class

Containers