ThumbnailViewMultiSelect Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether multiple thumbnails can be selected at once.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("MultiSelect is obsolete and may be removed in a future release. Use the SelectionMode property instead.",
false)]
public bool MultiSelect { get; set; }
<ObsoleteAttribute("MultiSelect is obsolete and may be removed in a future release. Use the SelectionMode property instead.",
false)>
Public Property MultiSelect As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether multiple thumbnails can be selected at once.
Remarks This property is obsolete. Use the
SelectionMode property instead.
See Also