SnapInImageList.AddRange Method (Image[])
Adds the specified range of images to the image list.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void AddRange(
Image[] value
)
public:
void AddRange(
array<Image^>^ value
)
member AddRange :
value:Image[] -> unit
Public Sub AddRange (
value As Image()
)
Parameters
value
Type: System.Drawing.Image[]An array of images
See Also
AddRange Overload
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top