Share via


FormComboBoxControl.labelBold Method

Sets or returns a value that indicates the bold setting for the label in the control.

Syntax

public int labelBold([int value])

Run On

Client

Parameters

  • value
    Type: int
    The value to assign to the label bold setting. This can be one of the values from the ReportControlBold enumeration.

Return Value

Type: int
A value from the ReportControlBold enumeration that indicates the bold setting for the label in the control.

See Also

FormComboBoxControl Class

Form Control Properties