IExplorerViewItem.Image 属性

定义

获取 ExplorerView 控件中显示的项的图标。

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

属性值

Icon

表示 ExplorerView 控件中显示的项的图标。

适用于