IExplorerNode.Icon Property

Definition

Gets or sets the icon for the current node.

public:
 property System::Drawing::Image ^ Icon { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
public System.Drawing.Image Icon { get; set; }
member this.Icon : System.Drawing.Image with get, set
Public Property Icon As Image

Property Value

The icon for the current node.

Applies to