SnapInImageList.AddStrip Method (Image)
Adds an image strip to the specified image. An image strip is a collection of images.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int AddStrip(
Image value
)
public:
int AddStrip(
Image^ value
)
member AddStrip :
value:Image -> int
Public Function AddStrip (
value As Image
) As Integer
Parameters
value
Type: System.Drawing.ImageThe image strip to be added.
Return Value
Type: System.Int32
Returns the index of the newly added image; returns -1 if the image could not be added.
See Also
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top