SnapInImageList.Item Property (Int32)
Gets or sets the image at a specific index in the snap-in image list.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Image this[
int index
] { get; set; }
public:
property Image^ default[
int index
] {
Image^ get(int index);
void set(int index, Image^ value);
}
member Item :
index:int -> Image with get, set
Public Property Item (
index As Integer
) As Image
Parameters
index
Type: System.Int32The index of the marked item.
Property Value
Type: System.Drawing.Image
The image at the specified index
See Also
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top