ImageGear .NET - Updated
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
[Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
[Category("Behavior")]
public bool MultiSelect {get; set;}
[Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
[Category("Behavior")]
public: __property bool get_MultiSelect();
public: __property void set_MultiSelect( 
   bool value
);
[Description("Determines whether the user can select multiple Thumbnail items at the same time.")]
[Category("Behavior")]
public:
property bool MultiSelect {
   bool get();
   void set (    bool value);
}

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