ImageGear .NET - Updated May 1, 2018
SelectionMode Property (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : SelectionMode Property
Gets or sets the selection mode for items.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")>
<ImGearFilterAttribute()>
Public Property SelectionMode As SelectionMode
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As SelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode

Property Value

System.Windows.Controls.SelectionMode value.
Remarks
Default value is SelectionMode.Extended.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members