HierarchyTreeNode.SelectedIcon Property

Definition

Gets the icon when this node is selected in the tree.

public:
 abstract property System::Drawing::Icon ^ SelectedIcon { System::Drawing::Icon ^ get(); };
public abstract System.Drawing.Icon SelectedIcon { get; }
member this.SelectedIcon : System.Drawing.Icon
Public MustOverride ReadOnly Property SelectedIcon As Icon

Property Value

Returns the icon when the node is selected in the tree.

Implements

Applies to