AutoDeselectItems Property (RasterThumbnailBrowser)

Summary

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

Syntax

C#
C++
public bool AutoDeselectItems {get; set;} 
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

See Also

Reference

RasterThumbnailBrowser Class

RasterThumbnailBrowser Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.