DropDownMember.Glyph Property

Definition

Gets or sets the image index to associate with the entry's text.

public:
 property int Glyph { int get(); void set(int value); };
public:
 property int Glyph { int get(); void set(int value); };
public int Glyph { get; set; }
member this.Glyph : int with get, set
Public Property Glyph As Integer

Property Value

The image index.

Remarks

For more information about the images, see Implementing a Legacy Language Service The section entitled "The Default Image List for a Language Service" provides a list of standard icons and their names.

Applies to