TreeNode.SelectedImageKey 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 ou définit la clé de l'image affichée dans le nœud d'arbre lorsqu'il est dans un état sélectionné.
public:
property System::String ^ SelectedImageKey { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TreeViewImageKeyConverter))]
[System.Windows.Forms.RelatedImageList("TreeView.ImageList")]
public string SelectedImageKey { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TreeViewImageKeyConverter))>]
[<System.Windows.Forms.RelatedImageList("TreeView.ImageList")>]
member this.SelectedImageKey : string with get, set
Public Property SelectedImageKey As String
Valeur de propriété
Clé de l'image affichée lorsque le nœud d'arbre est dans un état sélectionné.
- Attributs
Remarques
La clé d’image retournée par cette propriété est contenue dans la ImageList propriété du contrôle parent TreeView .
SelectedImageKey et SelectedImageIndex s’excluent mutuellement, ce qui signifie que si l’un est défini, l’autre est défini sur une valeur non valide et ignoré. Si vous définissez la SelectedImageKey propriété, la SelectedImageIndex propriété est automatiquement définie sur -1. Sinon, si vous définissez la SelectedImageIndex propriété, SelectedImageKey est automatiquement défini sur une chaîne vide (« »).