FormGroupControl.labelBold Method

Definition

Overloads

labelBold()

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

labelBold(Int32)

labelBold()

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

public:
 virtual int labelBold();
public virtual int labelBold ();
abstract member labelBold : unit -> int
override this.labelBold : unit -> int
Public Overridable Function labelBold () As Integer

Returns

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.

Applies to

labelBold(Int32)

public:
 virtual int labelBold(int _value);
public virtual int labelBold (int _value);
abstract member labelBold : int -> int
override this.labelBold : int -> int
Public Overridable Function labelBold (_value As Integer) As Integer

Parameters

_value
Int32

An integer value that specifies the font weight of the label text; optional.

Returns

Applies to