FormComboBoxControl.labelBold Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
labelBold() |
Sets or returns a value that indicates the bold setting for the label in the control. |
labelBold(Int32) |
labelBold()
Sets or returns a value that indicates the bold setting for the label in the 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
A value from the ReportControlBold enumeration that indicates the bold setting for the label in the control.
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
The value to assign to the label bold setting. This can be one of the values from the ReportControlBold enumeration.