DescriptionRun Constructor (String^, Color, Boolean, Boolean, Boolean)
Visual Studio 2015
Initializes a new instance of the DescriptionRun class from the specified text, using the specified color and formatting parameters.
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
public: DescriptionRun( String^ text, Color color, bool bold, bool italic, bool underline )
Parameters
- text
-
Type:
System::String^
The text of the DescriptionRun.
- color
-
Type:
System.Drawing::Color
The color of the DescriptionRun.
- bold
-
Type:
System::Boolean
true to indicate that the DescriptionRun should be bold; otherwise, false.
- italic
-
Type:
System::Boolean
true to indicate that theDescriptionRun should be italic; otherwise, false.
- underline
-
Type:
System::Boolean
true to indicate that theDescriptionRun should be underlined; otherwise, false.
Show: