Share via


INavigateToItemDisplay.Glyph Property

Definition

The symbol glyph. This should be closely associated with the kind Kind to indicate to the user if the item is a class, file, method, etc.

public:
 property System::Drawing::Icon ^ Glyph { System::Drawing::Icon ^ get(); };
public System.Drawing.Icon Glyph { get; }
member this.Glyph : System.Drawing.Icon
Public ReadOnly Property Glyph As Icon

Property Value

The icon that is associated with an item.

Remarks

The icon should be closely associated with the Kind to indicate to the user whether the item is a class, file, method, and so on.

Applies to