IVsHierarchyItem.IsBold Property

Definition

Gets or sets whether this item should be rendered bold in an IVsUIHierarchyWindow.

public:
 property bool IsBold { bool get(); void set(bool value); };
public:
 property bool IsBold { bool get(); void set(bool value); };
public bool IsBold { get; set; }
member this.IsBold : bool with get, set
Public Property IsBold As Boolean

Property Value

rrue if the item should be rendered bold, otherwise false.

Applies to