TreeNode.SelectedImageKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定影像的索引鍵,這個影像會在樹狀節點處於選取狀態時顯示在樹狀節點中。
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
屬性值
當樹狀節點處於選取狀態時所顯示之影像的索引鍵。
- 屬性
備註
這個屬性傳回的影像索引鍵包含在父 TreeView 控制項的 屬性中 ImageList 。
SelectedImageKey 和 SelectedImageIndex 互斥,這表示如果已設定,另一個設定為不正確值並忽略。 如果您設定 SelectedImageKey 屬性, SelectedImageIndex 則屬性會自動設定為 -1。 或者,如果您設定 SelectedImageIndex 屬性, SelectedImageKey 會自動設定為空字串 (「」「) 。