Share via


FormBuildAnimateControl.alignControl Method

Definition

Overloads

alignControl()

Determines whether to align the control.

alignControl(Boolean)

alignControl()

Determines whether to align the control.

public:
 virtual bool alignControl();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool alignControl ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member alignControl : unit -> bool
override this.alignControl : unit -> bool
Public Overridable Function alignControl () As Boolean

Returns

true if the control should be aligned; otherwise, false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The upper-left corner of the control is aligned according to the longest label.

Applies to

alignControl(Boolean)

public:
 virtual bool alignControl(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool alignControl (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member alignControl : bool -> bool
override this.alignControl : bool -> bool
Public Overridable Function alignControl (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to