InfoBarTextSpan Constructor (String^, Boolean, Boolean, Boolean)
Visual Studio 2015
Initializes a new instance of InfoBarTextSpan.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: InfoBarTextSpan( String^ text, bool bold = false, bool italic = false, bool underline = false )
Parameters
- text
-
Type:
System::String^
The text.
- bold
-
Type:
System::Boolean
True if the span of text should be bolded, otherwise false.
- italic
-
Type:
System::Boolean
True if the span of text should be italicized, otherwise false.
- underline
-
Type:
System::Boolean
True if the span of text should be underlined, otherwise false.
Show: