INavigateToItemDisplay.Glyph 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.
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.