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 );
ImageList Class | ImageList Members | System.WinForms Namespace