Share via


FormAnimateControl.prefColumnSize(Int32, Int32) Method

Definition

Specifies the preferred column width and height for the form control.

public:
 override void prefColumnSize(int _width, int _height);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void prefColumnSize (int _width, int _height);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.prefColumnSize : int * int -> unit
Public Overrides Sub prefColumnSize (_width As Integer, _height As Integer)

Parameters

_width
Int32

The preferred height of the control.

_height
Int32

The preferred height of the control.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to