Error processing SSI file
(Leadtools.Controls)

Show in webframe

Select Method




Array of items to select. Or null to de-select all the times.
Select items in the viewer.
Syntax
public void Select( 
   ImageViewerItem[] selectedItems
)
'Declaration
 
Public Sub Select( _
   ByVal selectedItems() As ImageViewerItem _
) 

Parameters

selectedItems
Array of items to select. Or null to de-select all the times.
Remarks

This is a helper method to quickly set the value of ImageViewerItem.IsSelected for a group of items.

Requirements

Target Platforms

See Also

Reference

ImageViewerItems Class
ImageViewerItems Members

Error processing SSI file