Share via


FormGroupControl.labelBold Method

Sets or returns the font weight of the label text for a form group control.

Syntax

public int labelBold([int value])

Run On

Client

Parameters

  • value
    Type: int
    An integer value that specifies the font weight of the label text; optional.

Return Value

Type: int
An integer value that specifies the font weight of the label text.

Remarks

For more information about possible values for the value parameter and return value, see the bold method.

See Also

Reference

FormGroupControl Class