Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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