NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageList.RemoveImage

Remove the image specified by the given index.

[Visual Basic]
Public Sub RemoveImage( _
   ByVal index As Integer _
)
[C#]
public void RemoveImage(
   int index
);
[C++]
public: void RemoveImage(
   int index
);
[JScript]
public function RemoveImage(
   index : int
);

Parameters

index
[To be supplied.]

See Also

ImageList Class | ImageList Members | System.WinForms Namespace