Share via


FormAnimateControl.calcControlSize(Int32, Int32) Method

Definition

Retrieves the size of the control.

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

Parameters

_chars
Int32

The number of lines to use to determine the height.

_lines
Int32

The number of lines to use to determine the height.

Returns

Object[]

The container that has the width and height.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to