FormGroupControl.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 Boolean data type that indicates whether the label text for a form group control is underlined. |
labelUnderline(Boolean) |
labelUnderline()
Sets or returns a Boolean data type that indicates whether the label text for a form group 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 label text 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
A Boolean value that indicates whether the label text is underlined; optional.