Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : AutoDeselectItems Property |
[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;}
'Declaration <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
'Usage Dim instance As RasterThumbnailBrowser Dim value As Boolean instance.AutoDeselectItems = value value = instance.AutoDeselectItems
[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 value); }
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.