FormGroupControl.rightMarginMode Method [AX 2012]
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 AutoMode rightMarginMode([AutoMode mode])
Run On
ClientParameters
- mode
- Type: AutoMode Enumeration
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.
Return Value
Type: AutoMode EnumerationAn 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.
Community Additions
ADD
Show: