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.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also