DropDownMember.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.
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.