ImageGear .NET - Updated October 2, 2018
MultiSelect Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : MultiSelect Property
Gets or sets a value indicating whether multiple selection is allowed.
Syntax
'Declaration
 
<DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")>
<CategoryAttribute("Behavior")>
Public Property MultiSelect As Boolean
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Boolean
 
instance.MultiSelect = value
 
value = instance.MultiSelect

Property Value

Boolean value.
Remarks
If this property is true that means that the user can select multiple thumbnail items at the same time (shift-left-click to select a range of items, ctrl-left-click to select multiple individual items). If it is false, only one item can be selected - selecting one will automatically de-select any other that is selected.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members