Share via


FormGroupControl.useUserLayout Method

Specifies whether to use the user-specified layout of a form group control.

Syntax

public boolean useUserLayout([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that specifies whether to use the user-specified layout of a form group control; optional.

Return Value

Type: boolean
true if the user-specified layout of a form group control is used; otherwise, false.

Remarks

The user specifies the layout by using the User setup form.

See Also

Reference

FormGroupControl Class