FormGroupControl.rightMarginMode Method

Definition

Overloads

rightMarginMode()

Sets or returns a value that indicates whether the size of the right margin for a form group control is fixed, or whether it is automatically adjusted based on other form property settings.

rightMarginMode(AutoMode)

rightMarginMode()

Sets or returns a value that indicates whether the size of the right margin for a form group control is fixed, or whether it is automatically adjusted based on other form property settings.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::AutoMode rightMarginMode();
public virtual Microsoft.Dynamics.Ax.Xpp.AutoMode rightMarginMode ();
abstract member rightMarginMode : unit -> Microsoft.Dynamics.Ax.Xpp.AutoMode
override this.rightMarginMode : unit -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overridable Function rightMarginMode () As AutoMode

Returns

An Automode enumeration value that specifies whether the size of the right margin is fixed, or whether it is automatically adjusted: Auto if the size of the right margin is automatically adjusted; otherwise, Fixed.

Applies to

rightMarginMode(AutoMode)

public:
 virtual Microsoft::Dynamics::Ax::Xpp::AutoMode rightMarginMode(Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual Microsoft.Dynamics.Ax.Xpp.AutoMode rightMarginMode (Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member rightMarginMode : Microsoft.Dynamics.Ax.Xpp.AutoMode -> Microsoft.Dynamics.Ax.Xpp.AutoMode
override this.rightMarginMode : Microsoft.Dynamics.Ax.Xpp.AutoMode -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overridable Function rightMarginMode (_mode As AutoMode) As AutoMode

Parameters

_mode
AutoMode

An AutoMode enumeration value that specifies whether the size of the right margin is fixed, or whether it is automatically adjusted based on other form property settings; optional.

Returns

Applies to