FormAnimateControl.topMode Method

Definition

Overloads

topMode()

Sets the vertical arrange mode for the control in the form.

topMode(Int32)

topMode()

Sets the vertical arrange mode for the control in the form.

public:
 override int topMode();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int topMode ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.topMode : unit -> int
Public Overrides Function topMode () As Integer

Returns

The vertical arrange mode for the control in the form.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

topMode(Int32)

public:
 override int topMode(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int topMode (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.topMode : int -> int
Public Overrides Function topMode (_value As Integer) As Integer

Parameters

_value
Int32

An integer value that indicates the vertical arrange mode for the control; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to