Share via


FormGroupControl.userWidth Method

Sets or returns an integer that indicates the width of a form group control in pixels.

Syntax

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.

Remarks

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.

See Also

Reference

FormGroupControl Class