ListViewGroup.TitleImageIndex Property

Definition

Gets or sets the index of the image that is displayed for the group.

public:
 property int TitleImageIndex { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.NoneExcludedImageIndexConverter))]
public int TitleImageIndex { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.NoneExcludedImageIndexConverter))]
[System.Windows.Forms.RelatedImageList("ListView.GroupImageList")]
public int TitleImageIndex { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.NoneExcludedImageIndexConverter))>]
member this.TitleImageIndex : int with get, set
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.NoneExcludedImageIndexConverter))>]
[<System.Windows.Forms.RelatedImageList("ListView.GroupImageList")>]
member this.TitleImageIndex : int with get, set
Public Property TitleImageIndex As Integer

Property Value

The zero-based index of the image in the ImageList that is displayed for the group. The default is -1.

Attributes

Exceptions

The value specified is less than -1.

Applies to