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 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
value
Type: System.Drawing.ImageThe image to add to the list.
See Also
Add Overload
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top