ListViewGroup.TitleImageKey Property

Definition

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

public:
 property System::String ^ TitleImageKey { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))]
public string TitleImageKey { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))]
[System.Windows.Forms.RelatedImageList("ListView.GroupImageList")]
public string TitleImageKey { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))>]
member this.TitleImageKey : string with get, set
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))>]
[<System.Windows.Forms.RelatedImageList("ListView.GroupImageList")>]
member this.TitleImageKey : string with get, set
Public Property TitleImageKey As String

Property Value

The key for the image that is displayed for the group.

Attributes

Applies to