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