FormControl.alignControl Method

Determines whether the control should be aligned.

Syntax

public boolean alignControl([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    The new value for the property; optional.

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

FormControl Class