Share via


FormGroupControl.alignControl Method

Determines whether the control is aligned with other controls.

Syntax

public boolean alignControl([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether a form group control is aligned with other controls.

Return Value

Type: boolean
true if the control should be aligned; otherwise, false.

Remarks

The upper-left corner of the control is aligned based on the longest label.

See Also

Reference

FormGroupControl Class