IExplorerViewItem.Image Property

Definition

Gets the icon for the item displayed in the ExplorerView control.

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

Property Value

The icon representing the item displayed in the ExplorerView control.

Applies to