IVsInfoBarTextSpan::Underline Property

Visual Studio 2015
 

Determines whether the text is underlined.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610678275)]
property bool Underline {
	bool get();
}

Property Value

Type: System::Boolean

True if the text is underlined, otherwise false.

Return to top
Show: