TreeNode::SelectedImageKey Property
.NET Framework (current version)
Gets or sets the key of the image displayed in the tree node when it is in a selected state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [TypeConverterAttribute((TreeViewImageKeyConverter^::typeid))] [RelatedImageListAttribute("TreeView.ImageList")] property String^ SelectedImageKey { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The key of the image displayed when the tree node is in a selected state.
.NET Framework
Available since 2.0
Available since 2.0
Show: