←Select platform

Select Method

Summary

Select items in the viewer.

Syntax

C#
VB
C++
public void Select( 
   ImageViewerItem[] selectedItems 
) 
Public Sub [Select]( 
   ByVal selectedItems() As ImageViewerItem 
) 
public:  
   void Select( 
      array<ImageViewerItem^>^ selectedItems 
   ) 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly