RelatedImageListAttribute.RelatedImageList Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom du fichier associé ImageList.
public:
property System::String ^ RelatedImageList { System::String ^ get(); };
public string RelatedImageList { get; }
member this.RelatedImageList : string
Public ReadOnly Property RelatedImageList As String
Valeur de propriété
Nom du ImageList connexe.
Remarques
La RelatedImageList propriété peut faire référence à une propriété de l’objet actuel ou à une propriété d’une propriété de l’objet actuel. Par exemple, si vous avez un objet avec une ListViewItem propriété définie sur un ListView objet contenant ListView et que l’objet contenant ListView a une SmallImageList propriété, la RelatedImageList propriété est définie sur "ListView.SmallImageList"
.