Share via


FormGroupControl.arrangeMethod Method

Sets or returns an integer value that indicates how controls in a form group control are arranged.

Syntax

public int arrangeMethod([int value])

Run On

Client

Parameters

  • value
    Type: int
    An integer value that indicates how controls in a form group control are arranged; optional.

Return Value

Type: int
An integer value that indicates how controls in a form group control are arranged.

Remarks

You can use an ArrangeMethod enumeration value for the _value parameter.

See Also

Reference

FormGroupControl Class