This document is archived and information here might be outdated. Recommended version. |
Indicates whether underline font style.
[Visual Basic .NET]
Public Property Underline As Boolean
[C#]
public bool Underline {get; set;}
[C++]
HRESULT get_Underline(
Boolean* Underline
);
[C++]
HRESULT put_Underline(
VARIANT_BOOL Underline
);
[C++] Parameters Underline [out, retval]
Underline is a parameter of type bool* Underline [in]
Underline is a parameter of type bool