Share via


FormComboBoxControl.labelUnderline Method

Sets or returns a value that indicates whether the text in the label of the control is underlined.

Syntax

public boolean labelUnderline([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    The value to assign to the underline setting of the label of the control; optional.

Return Value

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

See Also

FormComboBoxControl Class

Form Control Properties