FormComboBoxControl.labelUnderline 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
labelUnderline() |
Sets or returns a value that indicates whether the text in the label of the control is underlined. |
labelUnderline(Boolean) |
labelUnderline()
Sets or returns a value that indicates whether the text in the label of the control is underlined.
public:
virtual bool labelUnderline();
public virtual bool labelUnderline ();
abstract member labelUnderline : unit -> bool
override this.labelUnderline : unit -> bool
Public Overridable Function labelUnderline () As Boolean
Returns
true if the text in the label of the control is underlined; otherwise, false.
Applies to
labelUnderline(Boolean)
public:
virtual bool labelUnderline(bool _value);
public virtual bool labelUnderline (bool _value);
abstract member labelUnderline : bool -> bool
override this.labelUnderline : bool -> bool
Public Overridable Function labelUnderline (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
The value to assign to the underline setting of the label of the control; optional.