IVsInfoBarTextSpan::Italic Property

Visual Studio 2015
 

Determines whether the text is italic.

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

[DispIdAttribute(1610678274)]
property bool Italic {
	bool get();
}

Property Value

Type: System::Boolean

True if the text is italic, otherwise false.

Return to top
Show: