IVsInfoBarTextSpan.Underline Property
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.
Determines whether the text is underlined.
public:
property bool Underline { bool get(); };
public:
property bool Underline { bool get(); };
public bool Underline { get; }
[System.Runtime.InteropServices.DispId(1610678275)]
public bool Underline { get; }
member this.Underline : bool
[<System.Runtime.InteropServices.DispId(1610678275)>]
member this.Underline : bool
Public ReadOnly Property Underline As Boolean
Property Value
True if the text is underlined, otherwise false.
- Attributes