FormGroupControl.rightMarginMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.