Share via


FormListControl.calcControlSize(Int32, Int32) Method

Definition

Calculates the font size that is used for a form list control, based on the number of characters and the number of lines.

public:
 override cli::array <System::Object ^> ^ calcControlSize(int _chars, int _lines);
public override object[] calcControlSize (int _chars, int _lines);
override this.calcControlSize : int * int -> obj[]
Public Overrides Function calcControlSize (_chars As Integer, _lines As Integer) As Object()

Parameters

_chars
Int32

An Integer data type that specifies the number of lines.

_lines
Int32

An Integer data type that specifies the number of lines.

Returns

Object[]

A Container data type value that specifies the size of a form list control.

Applies to