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