Error processing SSI file
(Leadtools.Controls)

Show in webframe

GetSelected Method




Returns the current selected items in the viewer
Syntax
public ImageViewerItem[] GetSelected()
'Declaration
 
Public Function GetSelected() As ImageViewerItem()

Return Value

An array of the items that are currently selected in the viewer.
Remarks

This method will return an array that contains all the items that have the value of ImageViewerItem.IsSelected set to true.

Example

For an example, refer to ImageViewerSelectItemsInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerItems Class
ImageViewerItems Members

Error processing SSI file