TreeNode::SelectedImageKey Property

 

Gets or sets the key of the image displayed in the tree node when it is in a selected state.

Namespace:   System.Windows.Forms
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.

The image key returned by this property is contained in the ImageList property of the parent TreeView control.

.NET Framework
Available since 2.0
Return to top
Show: