ImageGear .NET v24.12 - Updated
MultiSelect Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : MultiSelect Property
Gets or sets a value indicating whether multiple selection is allowed.
Syntax
'Declaration
 
Property MultiSelect As Boolean
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Boolean
 
instance.MultiSelect = value
 
value = instance.MultiSelect
bool MultiSelect {get; set;}
__property bool get_MultiSelect();
__property void set_MultiSelect( 
   bool value
);
property bool MultiSelect {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members