←Select platform

AutoDeselectItems Property (RasterThumbnailBrowser)

Summary

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

Syntax

C#
VB
C++
[DescriptionAttribute("Enables or disables de-selecting items when mouse button is clicked when selection mode is set to multi.")] 
[CategoryAttribute("Behavior")] 
public bool AutoDeselectItems {get; set;} 
<DescriptionAttribute("Enables or disables de-selecting items when mouse button is clicked when selection mode is set to multi.")> 
<CategoryAttribute("Behavior")> 
Public Property AutoDeselectItems As Boolean 
[DescriptionAttribute("Enables or disables de-selecting items when mouse button is clicked when selection mode is set to multi.")] 
[CategoryAttribute("Behavior")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize