SnapInImageList.Add Method (Image)

 

Adds the specified image to the image list.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void Add(
    Image value
)
public:
void Add(
    Image^ value
)
member Add : 
        value:Image -> unit
Public Sub Add (
    value As Image
)

Parameters

See Also

Add Overload
SnapInImageList Class
Microsoft.ManagementConsole Namespace

Return to top