LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

Remove Method






The 0-based index of the first thumbnail to remove.
The 0-based index of the last thumbnail to remove. Must be greater than or equal to firstIndex. You can pass -1 to remove from firstIndex to the last thumbnail index in the WebThumbnailViewer control.
Removes one thumbnail or a group of thumbnails from the WebThumbnailViewer control.
Syntax
public void Remove( 
   int firstIndex,
   int lastIndex
)
'Declaration
 
Public Sub Remove( _
   ByVal firstIndex As Integer, _
   ByVal lastIndex As Integer _
) 
'Usage
 
Dim instance As WebThumbnailViewer
Dim firstIndex As Integer
Dim lastIndex As Integer
 
instance.Remove(firstIndex, lastIndex)
public void Remove( 
   int firstIndex,
   int lastIndex
)
 function Leadtools.Web.Controls.WebThumbnailViewer.Remove( 
   firstIndex ,
   lastIndex 
)
public:
void Remove( 
   int firstIndex,
   int lastIndex
) 

Parameters

firstIndex
The 0-based index of the first thumbnail to remove.
lastIndex
The 0-based index of the last thumbnail to remove. Must be greater than or equal to firstIndex. You can pass -1 to remove from firstIndex to the last thumbnail index in the WebThumbnailViewer control.
Example
Refer to Insert(String,Int32,Int32,Int32)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.