Share via


FormGroupControl.labelUnderline Method

Sets or returns a Boolean data type that indicates whether the label text for a form group control is underlined.

Syntax

public boolean labelUnderline([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether the label text is underlined; optional.

Return Value

Type: boolean
true if the label text is underlined; otherwise, false.

See Also

Reference

FormGroupControl Class