←Select platform

AutoDeselectItems Property (RasterThumbnailBrowser)

Summary

Enables or disables de-selecting items when mouse button is clicked.

Syntax

C#
VB
C++
public bool AutoDeselectItems {get; set;} 
Public Property AutoDeselectItems As Boolean 
public: 
property bool AutoDeselectItems { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable de-selecting; false otherwise.

Remarks

This property is used only if SelectionMode is set to RasterImageListSelectionMode.Multi.

Example

This example shows how to select (rubber band) and deselect multiple items with a mouse button. Run the sample, and select two or more items. Then click the mouse button to deselect all 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.WinForms Assembly