This documentation is archived and is not being maintained.
FormGroupControl.userWidth Method [AX 2012]
Sets or returns an integer that indicates the width of a form group control in pixels.
public int userWidth([int value])
Run On Client
Parameters
value
Type: int
An integer that indicates the width of a form group control in pixels; optional.
Return Value Type:
int
An integer value that indicates the width of a form group control in pixels; 0 (zero) if the user did not specify a width.
The user specifies the width in characters by using the User setup form. This method returns the width in pixels, based on six times the number of characters.