FormBuildAnimateControl.heightMode Method

Definition

Overloads

heightMode()

Gets or sets a calculation mode for the height of the control.

heightMode(Int32)

heightMode()

Gets or sets a calculation mode for the height of the control.

[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int heightMode();

Returns

The calculation mode.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

Calculate the height according to the following table:

Mode. Height Calculation.
Exact. The exact height in pixels of the controls is used.
Auto. The height of the control is calculated automatically and the value parameter is ignored.
Column height. The layout of the form determines the height of the control.

The height of the control might change when the mode is set to auto or column height.

Applies to

Microsoft Dynamics 365 for Finance and Operations Latest
Product Versions
Microsoft Dynamics 365 for Finance and Operations Latest

heightMode(Int32)

[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int heightMode(int _value);

Parameters

_value
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

Microsoft Dynamics 365 for Finance and Operations Latest
Product Versions
Microsoft Dynamics 365 for Finance and Operations Latest